summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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
* # testing changes is a good idea.Sterling Hughes2001-06-011-5/+6
* - tmpbuf is emalloc()'ed so this patch would be faster.Andi Gutmans2001-05-281-2/+1
* Fix leakWez Furlong2001-05-281-1/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Fix compile warning.Sterling Hughes2001-05-211-1/+2
* one of these days I'll get this commit correct, just you watch!Sterling Hughes2001-05-211-3/+3
* typoSterling Hughes2001-05-211-1/+1
* Fix socket_read to work under Linux again.Sterling Hughes2001-05-211-9/+9
* WS fix (php_read) and correct checking of the return value from inet_aton,Sterling Hughes2001-05-211-45/+44
* Fixed bug where socket_connect() return the wrong value (report and fix bySterling Hughes2001-05-211-2/+2
* update sockets to work with winsock as wellDaniel Beulshausen2001-05-176-1236/+1499
* fix crash bug (unlikely, but this is the only place where the reported bugSterling Hughes2001-05-091-0/+4
* Fix for PR #9729, 9664, 9656, 8667.Jason Greene2001-04-101-0/+4
* Cleaned up a bit. Removed some checks for header files that arefoobar2001-04-041-26/+2
* Fix bugs: #9920, #9190foobar2001-03-221-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Revert bogus patch and fix it properly.Andrei Zmievski2001-02-021-18/+2
* Fix for http://bugs.php.net/bugs.php?id=9082Colin Viebrock2001-02-021-0/+17
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-191-0/+5
* Fix the protoSterling Hughes2001-01-181-1/+1
* Kill some warningsRasmus Lerdorf2001-01-161-4/+1
* Make socket support compile under Solaris 8 with the Sun WorkShop compiler.Jon Parise2001-01-031-1/+12
* Fix memory leakStanislav Malyshev2000-12-121-0/+4