summaryrefslogtreecommitdiff
path: root/main/php_network.h
Commit message (Expand)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macrofoobar2005-07-141-1/+1
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-1/+1
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-0/+98
* wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocksHartmut Holzgraefe2004-02-201-1/+6
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Counteract brain-death in Apache headersWez Furlong2003-12-181-0/+3
* fix ipv6 stuff under vc6Wez Furlong2003-12-061-5/+5
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-1/+6
* Export these so that ftp extension can be build as shared ext.Wez Furlong2003-12-021-2/+2
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-0/+12
* Win32 build fixes for opensslEdin Kadribasic2003-06-151-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-8/+15
* New user-space functions:Wez Furlong2003-02-281-5/+27
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-4/+0
* Another big commit (tm).Wez Furlong2003-02-271-17/+14
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix for #19508 by poleson@verio.net.Wez Furlong2002-10-291-1/+6
* Revert to 1.34.Sebastian Bergmann2002-10-141-18/+18
* Whitespace fixes.Sebastian Bergmann2002-10-141-18/+18
* Fix Win32 build.Sebastian Bergmann2002-10-141-3/+0
* A much better probable fix for #16114.Wez Furlong2002-10-131-0/+11
* (php_socket_errno) win32 errno compatible macro.Wez Furlong2002-10-131-2/+7
* EOF related fixes.Wez Furlong2002-10-051-1/+0
* remove chunk size setting code (it's now in streams.c).Wez Furlong2002-09-281-4/+0
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-3/+3
* Implement read buffering in streams.Wez Furlong2002-09-231-5/+0
* made new ssl activate function the default.Stefan Esser2002-09-121-3/+2
* Added possibility to reuse an old SSL session id.Stefan Esser2002-09-081-1/+2
* Fix ZTS build.Sebastian Bergmann2002-08-251-1/+1
* Remove php_stream_sock_set_blocking and replace withWez Furlong2002-08-191-1/+0
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-2/+2
* Fix feof() on win32Jason Greene2002-07-191-0/+6
* @Impelemented timeout functionality, and fixed error handling of fsockopen() ...Jason Greene2002-06-111-0/+5
* fix for bug #16168Wez Furlong2002-03-191-0/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-14/+14
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-4/+16
* tidy up the headers (streams related)Wez Furlong2002-03-171-0/+10
* Fix for Bug #16121: make unix socket names binary safe.Wez Furlong2002-03-171-1/+1
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-0/+9
* more *'sWez Furlong2002-03-161-8/+8
* New PHP streams...Wez Furlong2002-03-151-0/+54
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-101-0/+1
* hostconnect now divides the timeout with no. of addresses. If a connectionStig Venaas2002-01-061-0/+1
* Added some consts for arguments in network.c declarations. MovedStig Venaas2002-01-061-2/+10