summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed assignment in read() to be more sane.Chris Vandomelen2000-09-151-2/+33
* Corrected memory leak in read().Chris Vandomelen2000-09-141-1/+4
* Added prototypes for socketpair() and shutdown(), and corrected an obviousChris Vandomelen2000-09-131-21/+22
* Add proper struct sockaddr * casts and make use of memcpy/memset ('coz weSascha Schumann2000-09-111-21/+21
* Fix compile warning.Sterling Hughes2000-09-101-4/+4
* make ZTS mode compileThies C. Arntzen2000-09-071-1/+1
* Changed long to int.Egon Schmid2000-08-231-22/+22
* A little condensing,Sterling Hughes2000-08-231-15/+13
* Corrected bugs in php_if_connect() to make it work properly -- needed toChris Vandomelen2000-08-231-20/+58
* Added another bug fix to detect for negative values being passed into theChris Vandomelen2000-08-201-0/+15
* A Whole buncha stuff, mostly bug fixing...Sterling Hughes2000-08-202-767/+759
* Aren't there some function names conflicts?Egon Schmid2000-07-081-22/+22
* * php4/ext/sockets.c, php4/ext/php_sockets.h:Chris Vandomelen2000-07-082-84/+1037
* Fixed some protos.Egon Schmid2000-07-051-30/+25
* Identifiers which begin with an underscore are reserved. ChangedSascha Schumann2000-07-031-3/+3
* Use AC_CHECK_HEADERS(unistd.h) insteadRasmus Lerdorf2000-07-031-1/+1
* * Makefile.inChris Vandomelen2000-07-035-0/+1120