summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix socket read returning bad values.Stanislav Malyshev2000-12-121-14/+4
* - Fix the handling of resource entriesSterling Hughes2000-12-032-81/+56
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Use socklen_t for getsockoptSascha Schumann2000-11-061-1/+1
* Removed INI entry for read() function, made changes to read() so it willChris Vandomelen2000-10-301-38/+62
* New e-mail address.Sterling Hughes2000-10-271-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
* Added ini entry for choosing whether to use the read() wrapper or directlyChris Vandomelen2000-10-222-7/+17
* Hopefully made some compile fixes for Solaris ("sun" is an already definedChris Vandomelen2000-10-221-107/+173
* Oops, forgot to remove those .. thought I had..Chris Vandomelen2000-10-221-11/+0
* Corrected some bugs dealing with compile failures (should now compileChris Vandomelen2000-10-222-14/+68
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-8/+6
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-2/+2