[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-08-06 Thread changelog
changelog Fri Aug 6 20:35:49 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1708r2=1.1709ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1708 php-src/ChangeLog:1.1709 ---

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_0) / README.CVS-RULES

2004-08-06 Thread Derick Rethans
On Thu, 5 Aug 2004, Andrei Zmievski wrote: Hello, Who made this decision?? It never worked really, messed up the order in the NEWS file (especially for branches) and everybody has been adding stuff to NEWS manually. Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c

2004-08-06 Thread Wez Furlong
wez Fri Aug 6 10:08:18 2004 EDT Modified files: /php-src/ext/standard streamsfuncs.c Log: Avoid possible segfault when using stream_socket_client with bogus flags. http://cvs.php.net/diff.php/php-src/ext/standard/streamsfuncs.c?r1=1.39r2=1.40ty=u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard streamsfuncs.c

2004-08-06 Thread Wez Furlong
wez Fri Aug 6 10:18:50 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard streamsfuncs.c Log: MFH: avoid possible segfault with stream_socket_client and bogus flags.

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2004-08-06 Thread Sara Golemon
pollita Fri Aug 6 12:36:01 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: ZTS Fix http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.144r2=1.145ty=u Index: php-src/ext/simplexml/simplexml.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/simplexml simplexml.c

2004-08-06 Thread Sara Golemon
pollita Fri Aug 6 13:36:00 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/simplexml simplexml.c Log: MFH ZTS Fix http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.139.2.2r2=1.139.2.3ty=u Index: php-src/ext/simplexml/simplexml.c

[PHP-CVS] cvs: php-src /ext/standard dns.c

2004-08-06 Thread Sara Golemon
pollita Fri Aug 6 14:38:36 2004 EDT Modified files: /php-src/ext/standard dns.c Log: Add A6 support, fix IPv6 address parsing, and improve define compatability http://cvs.php.net/diff.php/php-src/ext/standard/dns.c?r1=1.68r2=1.69ty=u Index:

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2004-08-06 Thread Sara Golemon
pollita Sat Aug 7 00:50:25 2004 EDT Modified files: /php-src/ext/standard basic_functions.c basic_functions.h /php-srcNEWS Log: New Functions inet_pton() and inet_ntop()

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-08-06 Thread Sara Golemon
pollita Sat Aug 7 01:11:26 2004 EDT Modified files: /php-src/ext/standard basic_functions.c Log: Binary safety fix for inet_pton() http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.680r2=1.681ty=u Index:

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_0) / README.CVS-RULES

2004-08-06 Thread Andrei Zmievski
On Fri, 06 Aug 2004, Derick Rethans wrote: It never worked really, Uhm, speaking as the one who implemented this originally, yes, it did work. Quite well, according to the requirements at the time. The new entries would simply go to the top of NEWS file. messed up the order in the NEWS file