[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:44:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: use correct function http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.16r2=1.118.2.2.2.6.2.17diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:25:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: don't segfault on bindto == NULL

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-01-02 Thread Felipe Pena
felipe Fri Jan 2 21:28:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-01-02 Thread Felipe Pena
felipe Fri Jan 2 21:42:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: - MFH: Errr, rule nº 1: be portable :) http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.12r2=1.118.2.2.2.6.2.13diff_format=u Index:

RE: [PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-01-02 Thread Andi Gutmans
Does this mean you should be using WSASetLastError() on Windows? Andi -Original Message- From: Felipe Pena [mailto:fel...@php.net] Sent: Friday, January 02, 2009 1:43 PM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /main network.c felipeFri

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-01-02 Thread Felipe Pena
felipe Sat Jan 3 00:06:33 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: - MFH: Windows part http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.13r2=1.118.2.2.2.6.2.14diff_format=u Index:

RE: [PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2009-01-02 Thread Felipe Pena
Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /main network.c felipe Fri Jan 2 21:42:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: - MFH: Errr, rule nº 1: be portable :) http://cvs.php.net/viewvc.cgi/php- src/main

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2008-11-04 Thread Arnaud Le Blanc
lbarnaudTue Nov 4 20:40:30 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: initialize memory http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.9r2=1.118.2.2.2.6.2.10diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2008-10-24 Thread Felipe Pena
felipe Fri Oct 24 10:44:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: - MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some circumstances)

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2008-03-11 Thread Antony Dovgal
tony2001Tue Mar 11 10:27:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c /main/streams xp_socket.c

2008-03-10 Thread Andrey Hristov
andrey Mon Mar 10 19:54:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c /php-src/main/streams xp_socket.c Log: char **error_message was passed but not used. This causes problems in cases of getaddrinfo() failure, because

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2007-11-06 Thread Rob Richards
rrichards Tue Nov 6 10:57:26 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: fix non ipv6 enabled win build http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.2r2=1.118.2.2.2.6.2.3diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c php_network.h

2007-10-09 Thread Elizabeth Marie Smith
auroraeosrose Tue Oct 9 21:53:44 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c php_network.h Log: Fix build on MSVC 2008 - channeling Wez