summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fixed typoXinchen Hui2011-09-071-1/+1
* MFH: Fixed ext/sockets/tests/socket_strerror.phptFlorian Anderiasch2011-09-061-2/+2
* - 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
* - Fixed socket_import_stream returning NULL on some errors and FALSE on othersGustavo André dos Santos Lopes2011-06-281-0/+1
* - Fixed ext/sockets build on Mac OS X (hopefully).Gustavo André dos Santos Lopes2011-06-117-36/+88
* - Fix the fixFelipe Pena2011-05-241-1/+1
* - Fixed stack buffer overflow in socket_connect().Felipe Pena2011-05-241-0/+5
* fix testsAntony Dovgal2011-05-031-1/+1
* - Fixed build on Solaris.Gustavo André dos Santos Lopes2011-04-302-3/+17
* - Fixed SKIPIF section missing a semicolon.Gustavo André dos Santos Lopes2011-04-301-1/+1
* - not used on winPierre Joye2011-03-301-1/+3
* - fix build, should fix that code too on non win (wondering if that part was ...Pierre Joye2011-03-301-1/+1
* - attempt to fix build, 1st errorPierre Joye2011-03-301-1/+1
* - Added socket_import_stream().Gustavo André dos Santos Lopes2011-03-228-16/+403
* - Fixed SKIPIF section of bug51958.phpt.Gustavo André dos Santos Lopes2011-03-201-1/+1
* - Normalized line endings, added native eol-style.Gustavo André dos Santos Lopes2011-03-202-595/+595
* - Adding copyright headers to the new files, gotta do something about theGustavo André dos Santos Lopes2011-03-203-0/+41
* - Replaced calls to getprotobyname by constants to avoidGustavo André dos Santos Lopes2011-03-171-7/+2
* - Fixed bug #51958: socket_accept() fails on IPv6 sockets.Gustavo André dos Santos Lopes2011-03-142-12/+33
* - Added multicast support to the sockets extension (bug #40510).Gustavo André dos Santos Lopes2011-03-1410-30/+1591
* - Year++Felipe Pena2011-01-014-4/+4
* fixed 6 tests to pass on non-linux os, by removing the generic linux error st...Eyal Teutsch2010-12-267-6/+9
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+1
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+117
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-117/+0
* 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
* 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
* 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