summaryrefslogtreecommitdiff
path: root/main/php_network.h
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix non-Windows buildGustavo Lopes2013-02-021-0/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Forgot to commit these.Moriyoshi Koizumi2011-06-201-0/+5
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-031-4/+10
* MFH:Felipe Pena2009-01-071-0/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH:Pierre Joye2008-08-231-14/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix build on MSVC 2008 - channeling WezElizabeth Marie Smith2007-10-091-0/+2
* 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
* - 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