Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 6 | -6/+6 |
| | |||||
* | fix bug #65808 the socket_connect() won't work with IPv6 address | Michael Wallner | 2013-10-02 | 1 | -17/+42 |
| | |||||
* | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket. | Damjan Cvetko | 2013-06-23 | 2 | -1/+56 |
| | |||||
* | Fixed error handling for ext/sockets under win | Anatol Belski | 2013-05-16 | 1 | -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 Hui | 2013-03-03 | 1 | -0/+3 |
| | |||||
* | Move macro back to .c file | Gustavo Lopes | 2013-02-02 | 2 | -8/+8 |
| | | | | Because it depends on a static function on that .c file. | ||||
* | Fix wrong blocking state being set | Gustavo Lopes | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Fix tests (Windows) | Gustavo Lopes | 2013-02-02 | 3 | -3/+65 |
| | |||||
* | Move & improve PHP_SOCKET_ERROR def | Gustavo Lopes | 2013-02-02 | 2 | -11/+7 |
| | |||||
* | Move some declarations to sockets.c | Gustavo Lopes | 2013-02-02 | 2 | -35/+35 |
| | |||||
* | Fix overbroad skipif include | Gustavo Lopes | 2013-02-02 | 1 | -4/+2 |
| | |||||
* | Mark this test as requiring internet connecion. | Remi Collet | 2013-01-31 | 1 | -0/+3 |
| | |||||
* | Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18) | Remi Collet | 2013-01-31 | 1 | -1/+1 |
| | | | | | old: Stale NFS file handle new: Stale file handle | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 6 | -6/+6 |
| | |||||
* | fix failing test on Linux build | Remi Collet | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Revert the previous test fix | Anatoliy Belsky | 2012-12-03 | 1 | -1/+1 |
| | | | | The fail seems to be due to network error | ||||
* | Fix test with a slightly different warning in TS | Anatoliy Belsky | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Bug #49341: Add SO_REUSEPORT support for socket_set_option() | Igor Wiedler | 2012-12-02 | 2 | -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 broken | Lars Strojny | 2012-09-19 | 2 | -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 Belsky | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 3 | -6/+6 |
| | |||||
* | Fixed bug #62312 ext\sockets\tests\socket_import_stream-4.phpt fails | Anatoliy Belsky | 2012-06-14 | 2 | -1/+109 |
| | |||||
* | - Fix the fix (typo s/AIX/_AIX/g) | Felipe Pena | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #62025 (__ss_family was changed on AIX 5.3) | Felipe Pena | 2012-05-20 | 2 | -0/+18 |
| | |||||
* | Fixed bug #61638 Test ext\sockets\tests\unixloop.phpt fails | Anatoliy Belsky | 2012-04-10 | 1 | -0/+3 |
| | |||||
* | Fixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phpt | Anatoliy Belsky | 2012-04-10 | 1 | -0/+3 |
| | |||||
* | Fixed bug #61635 ext\sockets\tests\socket_select-wrongparams-1.phpt | Anatoliy Belsky | 2012-04-10 | 2 | -5/+29 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-10 | 1 | -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 fails | Anatoliy Belsky | 2012-04-10 | 1 | -0/+3 |
| | | |||||
| * | Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt ↵ | Anatoliy Belsky | 2012-04-10 | 2 | -0/+41 |
| | | | | | | | | fails | ||||
| * | Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails | Anatoliy Belsky | 2012-04-10 | 2 | -0/+24 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| | | |||||
| * | - Fixed bug #60048 (sa_len a #define on IRIX) | Felipe Pena | 2011-10-13 | 1 | -2/+2 |
| | | | | | | | | | | patch by: china at thewrittenword dot com | ||||
| * | fixed typo | Xinchen Hui | 2011-09-07 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed ext/sockets/tests/socket_strerror.phpt | Florian Anderiasch | 2011-09-06 | 1 | -2/+2 |
| | | | | | | | | | | So it seems a missing ) killed the test. | ||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Fix the fix | Felipe Pena | 2011-05-24 | 1 | -1/+1 |
| | | | | | | | | | | # Arghh, copy and paste error :( | ||||
| * | - Fixed stack buffer overflow in socket_connect(). | Felipe Pena | 2011-05-24 | 1 | -0/+5 |
| | | | | | | | | | | Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian | ||||
| * | fix tests | Antony Dovgal | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | - Updating UPGRADING for r309516 and modest merge to 5.3. | Gustavo André dos Santos Lopes | 2011-03-23 | 2 | -3/+7 |
| | | |||||
| * | - Fixed SKIPIF section of bug51958.phpt. | Gustavo André dos Santos Lopes | 2011-03-20 | 1 | -1/+1 |
| | | |||||
| * | - Merged fix for bug #51958 socket_accept() fails on IPv6 server sockets. | Gustavo André dos Santos Lopes | 2011-03-17 | 2 | -12/+33 |
| | | | | | | | | | | See r309238 for commit in trunk. | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
| | | |||||
| * | fixed 6 tests to pass on non-linux os, by removing the generic linux error ↵ | Eyal Teutsch | 2010-12-26 | 7 | -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 Joye | 2010-12-13 | 1 | -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 Belsky | 2012-04-10 | 2 | -0/+41 |
| | | | | | | | | fails | ||||
* | | Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails | Anatoliy Belsky | 2012-04-10 | 2 | -0/+24 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 6 | -6/+6 |
| | | |||||
* | | test fixes | Stanislav Malyshev | 2011-12-26 | 3 | -4/+9 |
| | |