summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-016-6/+6
|
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-12-191-1/+1
|\ | | | | | | | | * PHP-5.4: fix failing test on Linux build
| * fix failing test on Linux buildRemi Collet2012-12-191-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: Revert the previous test fix
| * Revert the previous test fixAnatoliy Belsky2012-12-031-1/+1
| | | | | | | | The fail seems to be due to network error
* | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: Fix test with a slightly different warning in TS
| * Fix test with a slightly different warning in TSAnatoliy Belsky2012-12-031-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2012-12-022-0/+18
|\ \ | |/
| * 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.
* | Fixed sockets ext build on winAnatoliy Belsky2012-11-132-0/+4
| |
* | Use if_nametoindex in VistaGustavo Lopes2012-10-231-1/+1
| | | | | | | | I missed this instance in bf19838c.
* | Do not disable RFC3678 multicast API on WindowsGustavo Lopes2012-09-201-3/+1
|/ | | | | | | | | The API is supported since Windows Vista and requires targeting Vista when compiling PHP. Pierre had asked to disable this by default, even when targeting Vista/Windows Server 2008. Since XP will not be supported anymore on php-next, any rationale for this option will not apply anymore.
* 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
| |
* | - Small ajustments to some multicast options.Gustavo André dos Santos Lopes2011-11-262-0/+95
| |
* | - 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
| |
* | - Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).Gustavo André dos Santos Lopes2011-07-111-1/+12
| |
* | - Fixed bug #55111 (sockets extension fails to compile on Mac OSX).Gustavo André dos Santos Lopes2011-07-021-1/+3
| |