Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use correct defines for VC10 support | Kalle Sommer Nielsen | 2009-12-03 | 1 | -4/+6 |
| | |||||
* | - Fix bad section names (extra - in the end..) | Jani Taskinen | 2009-11-09 | 3 | -3/+3 |
| | |||||
* | - Fix build for !win32 systems.. | Jani Taskinen | 2009-09-10 | 1 | -2/+2 |
| | |||||
* | Experimental build support for VC10 | Kalle Sommer Nielsen | 2009-09-08 | 1 | -2/+6 |
| | | | | | - Contains newly introduced compiler warning fixes - configure now picks up VC10 | ||||
* | Fixed ext/sockets build | Kalle Sommer Nielsen | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | - #49464, fix build | Pierre Joye | 2009-09-04 | 2 | -2/+5 |
| | |||||
* | - 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 |
| | |||||
* | merge from 5_3 | Antony Dovgal | 2009-07-03 | 1 | -0/+6 |
| | |||||
* | MFB | Andrei Zmievski | 2009-06-04 | 1 | -1/+2 |
| | |||||
* | Fix skipif | Arnaud Le Blanc | 2009-05-20 | 3 | -3/+10 |
| | |||||
* | Fixed bug #48326 (constant MSG_DONTWAIT not defined) | Arnaud Le Blanc | 2009-05-19 | 1 | -0/+3 |
| | |||||
* | - New tests (testfest BerlinUG) | Felipe Pena | 2009-05-17 | 23 | -0/+709 |
| | |||||
* | - 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 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 4 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Windows support for stream_socket_pair(), by moving the socketpair() ↵ | Kalle Sommer Nielsen | 2009-01-23 | 5 | -128/+22 |
| | | | | implementation from ext/sockets to win32/ | ||||
* | Renable socket_create_pair() on Windows | Kalle Sommer Nielsen | 2009-01-01 | 2 | -4/+4 |
| | | | | | | # 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 | ||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 6 | -6/+6 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -25/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+25 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -25/+0 |
| | |||||
* | Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option) | Arnaud Le Blanc | 2008-10-22 | 1 | -0/+3 |
| | |||||
* | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
| | |||||
* | - drop bindlib usage on windows | Pierre Joye | 2008-08-21 | 2 | -15/+9 |
| | | | | | - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own) | ||||
* | - forgot to commit to HEAD | Jani Taskinen | 2008-07-21 | 1 | -0/+55 |
| | |||||
* | - Fixed bug #44127 (UNIX abstract namespace socket connect does not work) | Jani Taskinen | 2008-07-16 | 3 | -4/+4 |
| | |||||
* | MFB: | Felipe Pena | 2008-07-04 | 1 | -48/+197 |
| | | | | | | - Added arginfo - Removed #include "zend_arg_defs.c" (it's unnecessary now) | ||||
* | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -2/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 6 | -6/+6 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | fix proto | Antony Dovgal | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | - Added missing constants for MSG_EOR and MSG_EOF | Jani Taskinen | 2007-07-24 | 1 | -0/+12 |
| | |||||
* | - Removed useless file | Jani Taskinen | 2007-07-24 | 2 | -11/+0 |
| | |||||
* | - Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ) | Jani Taskinen | 2007-07-22 | 4 | -67/+26 |
| | |||||
* | WS fix | Jani Taskinen | 2007-07-22 | 1 | -119/+117 |
| | |||||
* | MFB: sockepair is not always available | Jani Taskinen | 2007-07-22 | 3 | -4/+7 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -1/+0 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -8/+1 |
| | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | zerofill socket structs | Antony Dovgal | 2007-02-25 | 1 | -0/+6 |
| |