Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2012-01-01 | 6 | -6/+6 |
| | |||||
* | test fixes | Stanislav Malyshev | 2011-12-26 | 3 | -4/+9 |
| | |||||
* | - Small ajustments to some multicast options. | Gustavo André dos Santos Lopes | 2011-11-26 | 2 | -0/+95 |
| | |||||
* | - 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 |
| | |||||
* | - 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 |
| | | | | | | - Improvements in the multicast tests. - Very light refactoring in sockets.c. | ||||
* | - 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 |
| | |||||
* | - 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 |
| | | | | working at all) | ||||
* | - 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 socket_strerror.phpt - Made php_set_sock_blocking return FAILURE on fcntl error. - Made socket_set_block()/socket_set_nonblock() emit warning on error. | ||||
* | - 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 |
| | | | | | windows line endings too, but I'm separating the commits. | ||||
* | - Replaced calls to getprotobyname by constants to avoid | Gustavo André dos Santos Lopes | 2011-03-17 | 1 | -7/+2 |
| | | | | unnecessarily hitting /etc/protocols on MINIT. | ||||
* | - Fixed bug #51958: socket_accept() fails on IPv6 sockets. | Gustavo André dos Santos Lopes | 2011-03-14 | 2 | -12/+33 |
| | | | | #On hold for 5.3 | ||||
* | - 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 ↵ | 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 PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵ | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
| | | | | generate the install-headers cmd | ||||
* | 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 ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -117/+0 |
| | | | | anymore and are barely updated nor available for all extensions | ||||
* | 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 |
| | | | | | Share php_sockets_le_socket_name | ||||
* | 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 |
| | | | | | return status on windows). (Sriram Natarajan) | ||||
* | 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 |
| |