summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 :)
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* Share the php_sockets.h headerMikko Koppanen2009-12-273-1/+4
| | | | | Share php_sockets_le_socket_name
* fix testJani Taskinen2009-12-111-3/+4
|
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-031-0/+6
|
* - Fix bad section names (extra - in the end..)Jani Taskinen2009-11-093-3/+3
|
* - #49464, fix buildPierre Joye2009-09-042-2/+4
|
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-2/+2
| | | | | return status on windows). (Sriram Natarajan)
* export le_socket from ext/socketsAntony Dovgal2009-08-312-0/+8
|
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+213
|
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+17
|
* Test from 2009 testfestZoe Slattery2009-08-2615-0/+456
|
* Make these socket tests less Linux-specificRasmus Lerdorf2009-08-096-13/+13
|
* stop polluting my /tmp dirAntony Dovgal2009-07-031-0/+6
|
* MFBAndrei Zmievski2009-06-041-1/+2
|
* MFH: Fix skipifArnaud Le Blanc2009-05-203-3/+10
|
* MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)Arnaud Le Blanc2009-05-201-0/+3
|
* - New tests (testfest BerlinUG)Felipe Pena2009-05-1723-0/+709
|
* - MFH: Fixed memory leak (patch by Christian Weiske)Felipe Pena2009-05-101-0/+2
|
* - #47978, typo in ext/sockets/sockets.cPierre Joye2009-04-161-1/+1
|
* MFB: Return empty string when recv() does not fetch any dataIlia Alshanetsky2009-02-031-0/+3
|
* fix buildAntony Dovgal2009-01-241-1/+1
|
* Fix buildHannes Magnusson2009-01-241-1/+1
|
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() ↵Kalle Sommer Nielsen2009-01-235-128/+22
| | | | implementation from ext/sockets to win32/
* MFH:Kalle Sommer Nielsen2009-01-012-4/+4
| | | | | | | | [DOC] Renable socket_create_pair() on Windows # ext/sockets have its own implementation of socketpair(), perhaps we should move it # to the core. This will make stream_socket_pair() available on Windows aswell
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-316-6/+6
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-25/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
|
* MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)Arnaud Le Blanc2008-10-221-0/+3
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|