summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-036-6/+6
|
* fix bug #65808 the socket_connect() won't work with IPv6 addressMichael Wallner2013-10-021-17/+42
|
* less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
|
* Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket.Damjan Cvetko2013-06-232-1/+56
|
* Fixed error handling for ext/sockets under winAnatol Belski2013-05-161-3/+3
| | | | | | WSAGetLastError() must be the very next call after a socket function had an invalid return. Any function call inbetween will clear the error information.
* Fix test (skip on unable to create socket)Xinchen Hui2013-03-031-0/+3
|
* Move macro back to .c fileGustavo Lopes2013-02-022-8/+8
| | | | Because it depends on a static function on that .c file.
* Fix wrong blocking state being setGustavo Lopes2013-02-021-1/+1
|
* Fix tests (Windows)Gustavo Lopes2013-02-023-3/+65
|
* Move & improve PHP_SOCKET_ERROR defGustavo Lopes2013-02-022-11/+7
|
* Move some declarations to sockets.cGustavo Lopes2013-02-022-35/+35
|
* Fix overbroad skipif includeGustavo Lopes2013-02-021-4/+2
|
* Mark this test as requiring internet connecion.Remi Collet2013-01-311-0/+3
|
* Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18)Remi Collet2013-01-311-1/+1
| | | | | old: Stale NFS file handle new: Stale file handle
* Happy New YearXinchen Hui2013-01-016-6/+6
|
* fix failing test on Linux buildRemi Collet2012-12-191-1/+1
|
* Revert the previous test fixAnatoliy Belsky2012-12-031-1/+1
| | | | The fail seems to be due to network error
* Fix test with a slightly different warning in TSAnatoliy Belsky2012-12-031-1/+1
|
* Bug #49341: Add SO_REUSEPORT support for socket_set_option()Igor Wiedler2012-12-022-0/+18
| | | | | This is a BSD-only feature, and it will only be available on BSD. On other platforms the constant will simply not be set.
* Bug #63000: MCAST_JOIN_GROUP on OSX is brokenLars Strojny2012-09-192-2/+25
| | | | | | | | | | | | The multicast support in PHP 5.4 makes use of MCAST_JOIN_GROUP if it is present. The problem is that OSX 10.7 added the constant, but did not correctly implement the feature. This causes the setsockopt call to fail. The solution to the problem is to not use MCAST_JOIN_GROUP on OSX. For reference, this was also done in VLC: * http://trac.videolan.org/vlc/ticket/6104#comment:19
* Fixed test bug #62312 (warnings changed one more time)Anatoliy Belsky2012-07-091-2/+2
|
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-303-6/+6
|
* Fixed bug #62312 ext\sockets\tests\socket_import_stream-4.phpt failsAnatoliy Belsky2012-06-142-1/+109
|
* - Fix the fix (typo s/AIX/_AIX/g)Felipe Pena2012-05-211-1/+1
|
* - Fixed bug #62025 (__ss_family was changed on AIX 5.3)Felipe Pena2012-05-202-0/+18
|
* Fixed bug #61638 Test ext\sockets\tests\unixloop.phpt failsAnatoliy Belsky2012-04-101-0/+3
|
* Fixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phptAnatoliy Belsky2012-04-101-0/+3
|
* Fixed bug #61635 ext\sockets\tests\socket_select-wrongparams-1.phptAnatoliy Belsky2012-04-102-5/+29
|
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-101-0/+3
|\ | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails Fixed bug 61621 Test fail in ext/standard/tests/dir
| * Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt failsAnatoliy Belsky2012-04-101-0/+3
| |
| * Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt ↵Anatoliy Belsky2012-04-102-0/+41
| | | | | | | | fails
| * Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt failsAnatoliy Belsky2012-04-102-0/+24
| |
| * - Year++Felipe Pena2012-01-014-4/+4
| |
| * - Fixed bug #60048 (sa_len a #define on IRIX)Felipe Pena2011-10-131-2/+2
| | | | | | | | | | patch by: china at thewrittenword dot com
| * fixed typoXinchen Hui2011-09-071-1/+1
| |
| * MFH: Fixed ext/sockets/tests/socket_strerror.phptFlorian Anderiasch2011-09-061-2/+2
| | | | | | | | | | So it seems a missing ) killed the test.
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Fix the fixFelipe Pena2011-05-241-1/+1
| | | | | | | | | | # Arghh, copy and paste error :(
| * - Fixed stack buffer overflow in socket_connect().Felipe Pena2011-05-241-0/+5
| | | | | | | | | | Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian
| * fix testsAntony Dovgal2011-05-031-1/+1
| |
| * - Updating UPGRADING for r309516 and modest merge to 5.3.Gustavo André dos Santos Lopes2011-03-232-3/+7
| |
| * - Fixed SKIPIF section of bug51958.phpt.Gustavo André dos Santos Lopes2011-03-201-1/+1
| |
| * - Merged fix for bug #51958 socket_accept() fails on IPv6 server sockets.Gustavo André dos Santos Lopes2011-03-172-12/+33
| | | | | | | | | | See r309238 for commit in trunk.
| * - Year++Felipe Pena2011-01-014-4/+4
| |
| * fixed 6 tests to pass on non-linux os, by removing the generic linux error ↵Eyal Teutsch2010-12-267-6/+9
| | | | | | | | string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-0/+1
| | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* | Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt ↵Anatoliy Belsky2012-04-102-0/+41
| | | | | | | | fails
* | Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt failsAnatoliy Belsky2012-04-102-0/+24
| |
* | - Year++Felipe Pena2012-01-016-6/+6
| |
* | test fixesStanislav Malyshev2011-12-263-4/+9
| |