[PHP-CVS] cvs: php4(PHP_4_3) /main network.c

2003-06-22 Thread Wez Furlong
wez Sun Jun 22 06:07:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c Log: Don't raise two warnings when connection attempt failed. Index: php4/main/network.c diff -u php4/main/network.c:1.83.2.16 php4/main/network.c:1.83.2.17 --- php4/m

[PHP-CVS] cvs: php4(PHP_4_3) /main network.c

2003-06-19 Thread Wez Furlong
wez Thu Jun 19 18:11:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c Log: Tidy up getaddrinfo() code so that it can handle broken ipv6 stacks and only returns TCP addresses for TCP and UDP addresses for UDP requests respectively. Also,

[PHP-CVS] cvs: php4(PHP_4_3) /main network.c streams.c

2003-03-15 Thread Wez Furlong
wez Sat Mar 15 08:25:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c streams.c Log: 64 bit fixes Index: php4/main/network.c diff -u php4/main/network.c:1.83.2.4 php4/main/network.c:1.83.2.5 --- php4/main/network.c:1.83.2.4Tue Ma

[PHP-CVS] cvs: php4(PHP_4_3) /main network.c streams.c

2003-03-04 Thread Wez Furlong
wez Tue Mar 4 20:28:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c streams.c Log: Fix some signed/unsigned issues with read() and SSL_read() return values. Allow SSL_connect() to retry for non-blocking sockets. Correctly declare the cha

[PHP-CVS] cvs: php4(PHP_4_3) /main network.c

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 10:11:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c Log: MFH: Fix for Bug #21809 (select() never times out during socket shutdown) Index: php4/main/network.c diff -u php4/main/network.c:1.83.2.2 php4/main/network.c:1.83

[PHP-CVS] cvs: php4(PHP_4_3) /main network.c

2002-12-22 Thread Wez Furlong
wez Sun Dec 22 08:58:41 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c Log: MFH: A Simple fix for Bug #12360 (fsockopen timeout doesn't work). Analysis: On systems with HAVE_GETADDRINFO and IPV6 support, php_hostconnect would atte