| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X). | Gustavo André dos Santos Lopes | 2011-07-11 | 1 | -1/+12 |
* | - Fixed bug #55111 (sockets extension fails to compile on Mac OSX). | Gustavo André dos Santos Lopes | 2011-07-02 | 1 | -1/+3 |
* | - Fixed socket_import_stream returning NULL on some errors and FALSE on others | Gustavo André dos Santos Lopes | 2011-06-28 | 1 | -0/+1 |
* | - Fixed ext/sockets build on Mac OS X (hopefully). | Gustavo André dos Santos Lopes | 2011-06-11 | 7 | -36/+88 |
* | - Fix the fix | Felipe Pena | 2011-05-24 | 1 | -1/+1 |
* | - Fixed stack buffer overflow in socket_connect(). | Felipe Pena | 2011-05-24 | 1 | -0/+5 |
* | fix tests | Antony Dovgal | 2011-05-03 | 1 | -1/+1 |
* | - Fixed build on Solaris. | Gustavo André dos Santos Lopes | 2011-04-30 | 2 | -3/+17 |
* | - Fixed SKIPIF section missing a semicolon. | Gustavo André dos Santos Lopes | 2011-04-30 | 1 | -1/+1 |
* | - not used on win | Pierre Joye | 2011-03-30 | 1 | -1/+3 |
* | - fix build, should fix that code too on non win (wondering if that part was ... | Pierre Joye | 2011-03-30 | 1 | -1/+1 |
* | - attempt to fix build, 1st error | Pierre Joye | 2011-03-30 | 1 | -1/+1 |
* | - Added socket_import_stream(). | Gustavo André dos Santos Lopes | 2011-03-22 | 8 | -16/+403 |
* | - Fixed SKIPIF section of bug51958.phpt. | Gustavo André dos Santos Lopes | 2011-03-20 | 1 | -1/+1 |
* | - Normalized line endings, added native eol-style. | Gustavo André dos Santos Lopes | 2011-03-20 | 2 | -595/+595 |
* | - Adding copyright headers to the new files, gotta do something about the | Gustavo André dos Santos Lopes | 2011-03-20 | 3 | -0/+41 |
* | - Replaced calls to getprotobyname by constants to avoid | Gustavo André dos Santos Lopes | 2011-03-17 | 1 | -7/+2 |
* | - Fixed bug #51958: socket_accept() fails on IPv6 sockets. | Gustavo André dos Santos Lopes | 2011-03-14 | 2 | -12/+33 |
* | - Added multicast support to the sockets extension (bug #40510). | Gustavo André dos Santos Lopes | 2011-03-14 | 10 | -30/+1591 |
* | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | fixed 6 tests to pass on non-linux os, by removing the generic linux error st... | Eyal Teutsch | 2010-12-26 | 7 | -6/+9 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+117 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -117/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
* | Share the php_sockets.h header | Mikko Koppanen | 2009-12-27 | 3 | -1/+4 |
* | fix test | Jani Taskinen | 2009-12-11 | 1 | -3/+4 |
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 1 | -0/+6 |
* | - Fix bad section names (extra - in the end..) | Jani Taskinen | 2009-11-09 | 3 | -3/+3 |
* | - #49464, fix build | Pierre Joye | 2009-09-04 | 2 | -2/+4 |
* | - Fixed bug #49447 (php engine need to correctly check for socket API | Sriram Natarajan | 2009-09-04 | 1 | -2/+2 |
* | export le_socket from ext/sockets | Antony Dovgal | 2009-08-31 | 2 | -0/+8 |
* | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 2 | -0/+213 |
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 1 | -0/+17 |
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 15 | -0/+456 |
* | Make these socket tests less Linux-specific | Rasmus Lerdorf | 2009-08-09 | 6 | -13/+13 |
* | stop polluting my /tmp dir | Antony Dovgal | 2009-07-03 | 1 | -0/+6 |
* | MFB | Andrei Zmievski | 2009-06-04 | 1 | -1/+2 |
* | MFH: Fix skipif | Arnaud Le Blanc | 2009-05-20 | 3 | -3/+10 |
* | MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined) | Arnaud Le Blanc | 2009-05-20 | 1 | -0/+3 |
* | - New tests (testfest BerlinUG) | Felipe Pena | 2009-05-17 | 23 | -0/+709 |
* | - MFH: Fixed memory leak (patch by Christian Weiske) | Felipe Pena | 2009-05-10 | 1 | -0/+2 |
* | - #47978, typo in ext/sockets/sockets.c | Pierre Joye | 2009-04-16 | 1 | -1/+1 |
* | MFB: Return empty string when recv() does not fetch any data | Ilia Alshanetsky | 2009-02-03 | 1 | -0/+3 |
* | fix build | Antony Dovgal | 2009-01-24 | 1 | -1/+1 |
* | Fix build | Hannes Magnusson | 2009-01-24 | 1 | -1/+1 |
* | MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp... | Kalle Sommer Nielsen | 2009-01-23 | 5 | -128/+22 |
* | MFH: | Kalle Sommer Nielsen | 2009-01-01 | 2 | -4/+4 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 6 | -6/+6 |