summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'PRE_ISSET_PATCH'.PRE_ISSET_PATCHSVN Migration2002-02-0310-2513/+0
* Use socklen_t (instead of int) where appropriate.Jon Parise2002-01-271-6/+7
* Because php_network.h includes <sys/socket.h>, it must be included afterJon Parise2002-01-271-2/+1
* - Correct some protos.Markus Fischer2002-01-091-3/+3
* Changed proto via Georg Richter's request.Sterling Hughes2002-01-081-1/+1
* Added some consts for arguments in network.c declarations. MovedStig Venaas2002-01-062-5/+1
* Add myself as a maintainerJason Greene2001-12-142-2/+2
* Update headers.Sebastian Bergmann2001-12-114-8/+8
* proto fixHartmut Holzgraefe2001-12-061-1/+1
* Fix broken format string in socket_recv -> zend_parse_parametersJason Greene2001-12-061-48/+101
* Unified the configure messages.foobar2001-11-301-1/+2
* i'm sure i had this compile before;-)Thies C. Arntzen2001-11-291-1/+2
* fix a crash in socket_connect (if hostname was not resolvable)Thies C. Arntzen2001-11-291-10/+13
* Unified error/warning messages.Markus Fischer2001-11-121-46/+46
* WSMarkus Fischer2001-11-121-1/+1
* Fix #14020 and some minor leaks.Markus Fischer2001-11-121-1/+7
* Include <sys/socket.h> for 'struct sockaddr'.Jon Parise2001-11-061-1/+3
* Remove prototype warnings under linux.Markus Fischer2001-11-011-0/+7
* nuke remaining warningsDaniel Beulshausen2001-11-013-10/+11
* make this function staticDaniel Beulshausen2001-11-012-5/+3
* - convert to use new zend_parse_parameters APIDaniel Beulshausen2001-11-014-838/+707
* Fix possible leak.Markus Fischer2001-10-301-0/+1
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* make this work under OSXSterling Hughes2001-10-051-0/+2
* Force proper alignment of php_sockaddr_storage. Sparc will throwSascha Schumann2001-09-261-1/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-6/+6
* doh\!Wez Furlong2001-09-191-1/+1
* Fix silly bugsWez Furlong2001-09-191-5/+9
* fix fcntlDaniel Beulshausen2001-09-171-5/+7
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Prevent incorrect warning message from occuring on an EOF of socket_read.Jason Greene2001-09-051-2/+5
* Much better fix for non forte compilers on Solaris.Jason Greene2001-09-042-61/+58
* Break the entire PHP buildSterling Hughes2001-08-241-2/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-3/+4
* Zend compatibility patchZeev Suraski2001-07-301-3/+3
* fix recently discovered api flawsDaniel Beulshausen2001-07-253-75/+128
* Fix a couple of build warningsRasmus Lerdorf2001-07-161-2/+0
* No need for this constant.foobar2001-06-261-2/+0
* Bunch of fixes, tested a bit, folks, please test with your scripts. changesSterling Hughes2001-06-261-269/+284
* Remove bogus use of volatile and add a note about using inet_ntopSascha Schumann2001-06-241-2/+2
* fix buildDaniel Beulshausen2001-06-121-5/+5
* get rid of some getsockname() callsDaniel Beulshausen2001-06-121-146/+105
* Fix the compile problem on some systems that do not have hstrerror()foobar2001-06-122-1/+9
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-7/+13
* fix this (mea culpa, stray commit)Sterling Hughes2001-06-031-4/+9
* ops..Sterling Hughes2001-06-011-3/+2
* # seeSterling Hughes2001-06-011-10/+4