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

2003-03-01 Thread Moriyoshi Koizumi
moriyoshi Sat Mar 1 13:47:19 2003 EDT Modified files: /php4/main network.c Log: Reverted my previous commit Index: php4/main/network.c diff -u php4/main/network.c:1.96 php4/main/network.c:1.97 --- php4/main/network.c:1.96Sat Mar 1 10:49:06 2003 +

Re: [PHP-CVS] cvs: php4 /main network.c

2003-03-01 Thread Wez Furlong
Yes, please revert. --Wez. On Sun, 2 Mar 2003, Moriyoshi Koizumi wrote: > Hmm, now I figured out the compile failure occurred because I forgot to > reconfigure after cvs update. However before my patching the code was > > if (textaddr) { > #if HAVE_IPV6 && HAVE_INET_NTOP > char abuf[

Re: [PHP-CVS] cvs: php4 /main network.c

2003-03-01 Thread Moriyoshi Koizumi
Hmm, now I figured out the compile failure occurred because I forgot to reconfigure after cvs update. However before my patching the code was if (textaddr) { #if HAVE_IPV6 && HAVE_INET_NTOP char abuf[256]; #endif [snip] #if HAVE_IPV6 case AF_INET6: buf =

[PHP-CVS] cvs: php4 /main/streams plain_wrapper.c

2003-03-01 Thread Wez Furlong
wez Sat Mar 1 12:27:26 2003 EDT Modified files: /php4/main/streams plain_wrapper.c Log: Ensure that all fields are initialized to NULL. Index: php4/main/streams/plain_wrapper.c diff -u php4/main/streams/plain_wrapper.c:1.8 php4/main/streams/plain_wrappe

Re: [PHP-CVS] cvs: php4 /main network.c

2003-03-01 Thread Wez Furlong
Does that really fix it? If you have IPV6 but no inet_ntop, then there is no way to determine the socket/peer name. I'd rather the build broke in that situation and prompt someone with such a strange system to add the correct code to tranform an ipv6 address into a human readable form. --Wez. O

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

2003-03-01 Thread Moriyoshi Koizumi
moriyoshi Sat Mar 1 10:49:06 2003 EDT Modified files: /php4/main network.c Log: Fixed build Index: php4/main/network.c diff -u php4/main/network.c:1.95 php4/main/network.c:1.96 --- php4/main/network.c:1.95Fri Feb 28 16:03:36 2003 +++ php4/main/net

[PHP-CVS] cvs: php4 /ext/xmlrpc xmlrpc-epi-php.c

2003-03-01 Thread Wez Furlong
wez Sat Mar 1 10:40:06 2003 EDT Modified files: /php4/ext/xmlrpcxmlrpc-epi-php.c Log: Fix two crash bugs when optional parameters are not specified. Fix folding markers. Index: php4/ext/xmlrpc/xmlrpc-epi-php.c diff -u php4/ext/xmlrpc/xmlrpc-epi-php

[PHP-CVS] cvs: php4 /main/streams xp_socket.c

2003-03-01 Thread Wez Furlong
wez Sat Mar 1 10:22:21 2003 EDT Modified files: /php4/main/streams xp_socket.c Log: Don't shutdown() unix sockets. It causes the server end to close down/break. Index: php4/main/streams/xp_socket.c diff -u php4/main/streams/xp_socket.c:1.5 php4/main/s

[PHP-CVS] cvs: php4 /main/streams memory.c

2003-03-01 Thread Wez Furlong
wez Sat Mar 1 10:20:43 2003 EDT Modified files: /php4/main/streams memory.c Log: Folding fixes Index: php4/main/streams/memory.c diff -u php4/main/streams/memory.c:1.3 php4/main/streams/memory.c:1.4 --- php4/main/streams/memory.c:1.3 Mon Feb 24 18:

[PHP-CVS] cvs: php4 /scripts Makefile.frag

2003-03-01 Thread Wez Furlong
wez Sat Mar 1 08:52:11 2003 EDT Modified files: /php4/scripts Makefile.frag Log: Add streams headers to those used for shared extensions. Index: php4/scripts/Makefile.frag diff -u php4/scripts/Makefile.frag:1.1 php4/scripts/Makefile.frag:1.2 --- ph