summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
Commit message (Expand)AuthorAgeFilesLines
...
* Another big commit (tm).Wez Furlong2003-02-271-194/+24
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Fixed bug #21529 (memory corruption by fsockopen()).Ilia Alshanetsky2003-01-091-1/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* (php_socket_errno) win32 errno compatible macro.Wez Furlong2002-10-131-30/+14
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-17/+20
* made new ssl activate function the default.Stefan Esser2002-09-121-2/+2
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-1/+18
* php_error_docrefMarcus Boerger2002-08-241-4/+3
* - Fix for the compiler on Compaq Tru64 4.0F PK3 (bug #18974)Derick Rethans2002-08-201-0/+1
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-1/+1
* Fixed win32 buildSander Roobol2002-07-131-6/+5
* nuke unused variable warningfoobar2002-07-131-3/+7
* @Impelemented timeout functionality, and fixed error handling of fsockopen() ...Jason Greene2002-06-111-4/+26
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-2/+0
* Streams are all tracked as resources now.Wez Furlong2002-03-201-2/+2
* fix error message which appeared even if no ssl mode was selectedWez Furlong2002-03-181-1/+1
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-2/+2
* 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