summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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