summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug #16121: make unix socket names binary safe.Wez Furlong2002-03-171-1/+1
* fix win32 warning and ming leakWez Furlong2002-03-171-2/+2
* fixed TSRM buildHarald Radi2002-03-161-1/+1
* Fix some issues with gzFile and fsockopen.Wez Furlong2002-03-161-1/+6
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-1/+1
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-5/+5
* New PHP streams...Wez Furlong2002-03-151-608/+109
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Fix crashbug on dtorDerick Rethans2001-11-141-6/+6
* Undefine AF_UNIX when compiled for RISC OSAlex Waugh2001-11-041-1/+1
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* K&R format changesSterling Hughes2001-08-181-14/+14
* ws fix.Sterling Hughes2001-08-171-2/+2
* Clean up the function for the Zend API (php3, early php4 relics removed).Sterling Hughes2001-08-171-31/+28
* WhitespaceZeev Suraski2001-08-111-13/+13
* Fix a possible segfault (Thanks to Sebastian for catching it)Sascha Schumann2001-08-031-3/+10
* Zend compatibility patchZeev Suraski2001-07-301-1/+2
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-15/+14
* Get rid of memchr in SEARCHCR().Sascha Schumann2001-07-251-3/+5
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+3
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+1
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-051-157/+77
* fix for bug #8994, courtesy tom.anheyer@berlinonline.deSterling Hughes2001-04-261-1/+2
* Changes for streams. Added temporary fopenstream function to PHP so thatWez Furlong2001-04-171-31/+137
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* proper prefix for lookup_hostnameDaniel Beulshausen2001-02-201-3/+3
* make socket functions available to the outsideDaniel Beulshausen2001-02-201-13/+13
* [p]fsockopen: fixed possible leakThies C. Arntzen2001-02-181-2/+6
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-1/+4
* Both thread-safe and thread-unsafe builds should be ok nowZeev Suraski2001-01-131-13/+0
* - Removed a stale var that broke the buildDerick Rethans2001-01-131-1/+0
* - Fix exec() bugZeev Suraski2001-01-131-23/+3
* - Use memcmp() instead of ugly char-by-char compareAndi Gutmans2000-12-201-7/+1
* Fix possible crashStanislav Malyshev2000-12-191-6/+7
* - URL-opened files now store the HTTP response header in $http_response_headerZeev Suraski2000-10-281-1/+2
* Removed some zval_dtor calls. There were two more than needed, and I hadStig Venaas2000-10-181-4/+0
* Added some missing zval_dtor calls in php_fsockopen()Stig Venaas2000-10-181-3/+6
* - Fix possible overflow in fsockopen().Andi Gutmans2000-08-271-2/+2
* (fsockopen) fix #5090Thies C. Arntzen2000-06-191-16/+12
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-21/+0
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-6/+6
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-6/+6
* (php_sock_fgets) Respect timeout event.Andrei Zmievski2000-02-021-1/+1
* - Implemented socket_get_status() function. Some more stuff can be addedAndrei Zmievski2000-02-011-17/+6
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-1/+0