summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix: recieved to receivedCarson McDonald2013-03-071-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Gustavo Lopes2013-02-021-5/+0
|\ | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix wrong blocking state being set Fix tests (Windows) Remove a Windows only warning Move & improve PHP_SOCKET_ERROR def Move some declarations to sockets.c Fix overbroad skipif include
| * Remove a Windows only warningGustavo Lopes2013-02-021-5/+0
| |
| * Happy New YearXinchen Hui2013-01-011-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Forgot to commit these.Moriyoshi Koizumi2011-06-201-2/+2
| |
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | - bump minimum version, no more XP/2003Pierre Joye2012-03-041-0/+3
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Forgot to commit these.Moriyoshi Koizumi2011-06-201-2/+2
|/
* - Added socket_import_stream().Gustavo André dos Santos Lopes2011-03-221-1/+3
| | | | | | | - Fixed socket_strerror.phpt - Made php_set_sock_blocking return FAILURE on fcntl error. - Made socket_set_block()/socket_set_nonblock() emit warning on error.
* - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-011-1/+2
| | | | | | | due to signedness of one of the operands, either by removing dead code or fixing it. - Thrown some comments around in php_stream_get_record. - See http://www.mail-archive.com/internals@lists.php.net/msg49525.html
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fixed a small mistake in the fix for bug #50953 that made connection ↵Gustavo André dos Santos Lopes2010-10-021-2/+2
| | | | timeouts not be detected as such.
* - fix the fix for bug #52323Pierre Joye2010-09-081-1/+1
|
* - WSPierre Joye2010-09-081-31/+31
|
* - Fix bug #52323, return value of php_network_connect_socket should be set ↵Pierre Joye2010-09-081-1/+3
| | | | even if the caller does not care about the error_string
* - fix bug #50953, socket will not connect to IPv4 address when the host has ↵Pierre Joye2010-09-071-1/+11
| | | | both ipv4 and ipv6 addresses
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixed bug #48805 (IPv6 socket transport is not working).Ilia Alshanetsky2009-09-301-1/+1
|
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-5/+5
| | | | | return status on windows). (Sriram Natarajan)
* MFH: use correct functionAntony Dovgal2009-05-041-1/+1
|
* MFH: don't segfault on bindto == NULLAntony Dovgal2009-05-041-1/+1
|
* Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto)Ilia Alshanetsky2009-05-041-4/+9
|
* - MFH: Windows partFelipe Pena2009-01-031-1/+4
|
* - MFH: Errr, rule nº 1: be portable :)Felipe Pena2009-01-021-0/+2
|
* - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)Felipe Pena2009-01-021-0/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: initialize memoryArnaud Le Blanc2008-11-041-0/+2
|
* - MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some ↵Felipe Pena2008-10-241-1/+5
| | | | circumstances)
* - MFH:Pierre Joye2008-08-231-2/+3
| | | | | | - drop bindlib usage on windows - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
* MFH: silence warningJani Taskinen2008-07-111-0/+2
|
* MFH: fix segfault - error_string may be NULL, in this case we have to follow ↵Antony Dovgal2008-03-111-6/+18
| | | | the old behavior
* char **error_message was passed but not used. This causes problems in casesAndrey Hristov2008-03-101-3/+6
| | | | | | of getaddrinfo() failure, because the upper layers don't get the error. initialize a variable because we were reading initialized in case of error.
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: fix non ipv6 enabled win buildRob Richards2007-11-061-0/+2
|
* Fix buildEdin Kadribasic2007-10-121-1/+1
|
* Fix build on MSVC 2008 - channeling WezElizabeth Marie Smith2007-10-091-0/+3
|
* MFH: Use correct macro nameJani Taskinen2007-07-181-1/+1
|
* MFH: ws fixJani Taskinen2007-07-171-18/+18
|
* MFHAntony Dovgal2007-01-111-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: Bug #38687 - sockaddr local storage insufficient for all sock familiesSara Golemon2006-09-111-10/+19
|
* add const keywordsNuno Lopes2006-07-011-1/+1
|
* first check stream for NULL, then dereferenceAntony Dovgal2006-03-191-2/+4
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* fix memleak when connection fails (and we still keep trying)Antony Dovgal2005-06-201-1/+7
|
* bzero > memsetIlia Alshanetsky2005-06-141-1/+1
|