summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* proto fixAndrey Hristov2003-12-311-2/+2
* Plugged a small memleak when errstr isn't efree()'d.Jay Smith2003-11-121-0/+4
* fix format stringsSascha Schumann2003-08-281-1/+1
* kill warningsSascha Schumann2003-08-281-1/+1
* fix format string (long port)Sascha Schumann2003-08-281-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
* New user-space functions:Wez Furlong2003-02-281-1/+5
* 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