summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use correct defines for VC10 supportKalle Sommer Nielsen2009-12-031-4/+6
|
* - Fix bad section names (extra - in the end..)Jani Taskinen2009-11-093-3/+3
|
* - Fix build for !win32 systems..Jani Taskinen2009-09-101-2/+2
|
* Experimental build support for VC10Kalle Sommer Nielsen2009-09-081-2/+6
| | | | | - Contains newly introduced compiler warning fixes - configure now picks up VC10
* Fixed ext/sockets buildKalle Sommer Nielsen2009-09-081-1/+1
|
* - #49464, fix buildPierre Joye2009-09-042-2/+5
|
* - 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
|
* merge from 5_3Antony Dovgal2009-07-031-0/+6
|
* MFBAndrei Zmievski2009-06-041-1/+2
|
* Fix skipifArnaud Le Blanc2009-05-203-3/+10
|
* Fixed bug #48326 (constant MSG_DONTWAIT not defined)Arnaud Le Blanc2009-05-191-0/+3
|
* - New tests (testfest BerlinUG)Felipe Pena2009-05-1723-0/+709
|
* - 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
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-104-4/+4
|
* MFB: Return empty string when recv() does not fetch any dataIlia Alshanetsky2009-02-031-0/+3
|
* fix buildAntony Dovgal2009-01-241-1/+1
|
* Windows support for stream_socket_pair(), by moving the socketpair() ↵Kalle Sommer Nielsen2009-01-235-128/+22
| | | | implementation from ext/sockets to win32/
* Renable socket_create_pair() on WindowsKalle Sommer Nielsen2009-01-012-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 Bergmann2008-12-316-6/+6
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-25/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
|
* Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)Arnaud Le Blanc2008-10-221-0/+3
|
* initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* - drop bindlib usage on windowsPierre Joye2008-08-212-15/+9
| | | | | - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
* - forgot to commit to HEADJani Taskinen2008-07-211-0/+55
|
* - Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-163-4/+4
|
* MFB:Felipe Pena2008-07-041-48/+197
| | | | | | - Added arginfo - Removed #include "zend_arg_defs.c" (it's unnecessary now)
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-2/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-316-6/+6
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* fix protoAntony Dovgal2007-09-261-1/+1
|
* - Added missing constants for MSG_EOR and MSG_EOFJani Taskinen2007-07-241-0/+12
|
* - Removed useless fileJani Taskinen2007-07-242-11/+0
|
* - Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)Jani Taskinen2007-07-224-67/+26
|
* WS fixJani Taskinen2007-07-221-119/+117
|
* MFB: sockepair is not always availableJani Taskinen2007-07-223-4/+7
|
* MFBIlia Alshanetsky2007-05-281-1/+0
|
* MFBIlia Alshanetsky2007-05-281-8/+1
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* zerofill socket structsAntony Dovgal2007-02-251-0/+6
|