summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-25/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
* MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)Arnaud Le Blanc2008-10-221-0/+3
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* - MFH:Pierre Joye2008-08-232-15/+9
* MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-164-4/+59
* - Added arginfoFelipe Pena2008-07-041-48/+197
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-2/+2
* MFB: Fixed Bug #44197 (socket array keys lost on socket_select)Felipe Pena2008-02-211-1/+11
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-2/+0
* MFH: 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
* MFHAntony Dovgal2007-09-261-1/+1
* MFH:- Added missing MSG_EOR and MSG_EOF constantsJani Taskinen2007-07-241-0/+12
* MFH: removed useless fileJani Taskinen2007-07-242-11/+0
* MFH:- Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)Jani Taskinen2007-07-224-67/+28
* MFH: ws fix + sync U stuff for patches to MFB easierJani Taskinen2007-07-221-133/+131
* MFH: syncJani Taskinen2007-07-221-35/+69
* - Test properly for socketpair inside an extension.Jani Taskinen2007-07-221-5/+1
* Remove pointless RINITIlia Alshanetsky2007-05-192-9/+1
* TypoMartin Kraemer2007-03-141-1/+1
* MFH: zerofill socket structsAntony Dovgal2007-02-251-0/+6
* MFH: fix testsAntony Dovgal2007-02-121-1/+1
* Add missing ifdefs for shutdown()Hannes Magnusson2007-01-102-0/+6
* MFH: Bump year.Sebastian Bergmann2007-01-016-6/+6
* MFHAntony Dovgal2006-12-281-1/+2
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-031-1/+1
* last portion of z/Z fixesAntony Dovgal2006-08-311-8/+8
* improve checks and fix #38251Antony Dovgal2006-07-301-2/+6
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+7
* - revert last commit, something else went wrongPierre Joye2006-04-071-1/+0
* - fix leak when an error occured in socket_read, free tmpbufPierre Joye2006-04-071-0/+1
* bump year and license versionfoobar2006-01-016-18/+18
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).Ilia Alshanetsky2005-12-041-1/+13
* MFH: yet another compile warningAntony Dovgal2005-12-031-1/+6
* fix #35490 (socket_sendto() unable to handle IPv6 addresses)Antony Dovgal2005-12-011-1/+1
* - MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integerMichael Wallner2005-11-031-2/+20
* NetWare LibC don't have socketpair function. So enabling socket_create_pair f...Anantha Kesari H Y2005-09-232-0/+5
* - Bumber up yearfoobar2005-08-036-6/+6
* fix #33019 (socket errors cause memory leaks in php_strerror())Antony Dovgal2005-05-121-0/+9
* - More sock->error resetsfoobar2005-02-141-0/+4
* - Removed duplicate error + reset error in new socketsfoobar2005-02-141-1/+4
* Nuke unused codefoobar2005-02-141-4/+0
* Remove unused set_h_errnofoobar2005-02-122-2/+0
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-2/+4
* MFB: Missing length limit parameter.Sara Golemon2004-06-071-1/+1
* - Fixed bug #28523 (Typo in ext/sockets/sockets.c)Derick Rethans2004-05-261-1/+1
* No length parameter -> estrdup()Edin Kadribasic2004-05-181-1/+1