[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2004-09-10 Thread changelog
changelog Fri Sep 10 20:33:57 2004 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.544r2=1.545ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.544

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

2004-09-10 Thread changelog
changelog Fri Sep 10 20:33:52 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1742r2=1.1743ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1742 php-src/ChangeLog:1.1743 ---

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

2004-09-10 Thread Dmitry Stogov
dmitry Fri Sep 10 04:59:48 2004 EDT Modified files: /php-src/ext/soap php_encoding.c Log: Using php_libxml_xmlCheckUTF8() from ext/libxml. http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.75r2=1.76ty=u Index:

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

2004-09-10 Thread Dmitry Stogov
dmitry Fri Sep 10 05:00:32 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap php_encoding.c Log: Using php_libxml_xmlCheckUTF8() from ext/libxml. http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.71.2.4r2=1.71.2.5ty=u Index:

[PHP-CVS] cvs: php-src /ext/soap soap.c /ext/soap/interop client_round2_interop.php

2004-09-10 Thread Dmitry Stogov
dmitry Fri Sep 10 05:02:06 2004 EDT Modified files: /php-src/ext/soap soap.c /php-src/ext/soap/interop client_round2_interop.php Log: SoapClient-__call() is renamed to SoapClient-__soap_call().

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap soap.c /ext/soap/interop client_round2_interop.php

2004-09-10 Thread Dmitry Stogov
dmitry Fri Sep 10 05:03:25 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/soap soap.c /php-src/ext/soap/interop client_round2_interop.php Log: SoapClient-__call() is renamed to SoapClient-__soap_call().

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

2004-09-10 Thread Wez Furlong
wez Fri Sep 10 07:44:10 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/opensslopenssl.c xp_ssl.c Log: MFH: fix for Bug #29296 http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.89r2=1.89.2.1ty=u Index:

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

2004-09-10 Thread Wez Furlong
wez Fri Sep 10 07:43:46 2004 EDT Modified files: /php-src/ext/opensslopenssl.c xp_ssl.c Log: Fix Bug #29296: add explicit sslv2 and sslv3 transports http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.89r2=1.90ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-09-10 Thread Wez Furlong
wez Fri Sep 10 08:06:28 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.68r2=1.1760.2.69ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.68 php-src/NEWS:1.1760.2.69 ---

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard http_fopen_wrapper.c

2004-09-10 Thread Wez Furlong
I started that with the curlstreams, but libcurl just didn't really want to play nicely as a stream. In addition, PHP kept on requiring the latest and greatest versions of libcurl for the curl extension; they are frequently not supported in stable binary distros and were hard to obtain (crappy

[PHP-CVS] cvs: php-src /tests/classes bug29446.phpt

2004-09-10 Thread Antony Dovgal
tony2001Fri Sep 10 09:55:26 2004 EDT Added files: /php-src/tests/classes bug29446.phpt Log: add testcase for bug #29446 http://cvs.php.net/co.php/php-src/tests/classes/bug29446.phpt?r=1.1p=1 Index: php-src/tests/classes/bug29446.phpt +++

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

2004-09-10 Thread Sterling Hughes
sterlingFri Sep 10 16:36:46 2004 EDT Modified files: /php-src/ext/curl multi.c Log: fix wrong check from return value, binary content should not be \0'd, non-binary content should be \0'd.

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c streamsfuncs.h /main php_streams.h /main/streams streams.c userspace.c

2004-09-10 Thread Sara Golemon
pollita Fri Sep 10 16:45:36 2004 EDT Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c streamsfuncs.h /php-src/main php_streams.h /php-src/main/streams streams.c userspace.c Log: Add

[PHP-CVS] cvs: php-src /main/streams streams.c

2004-09-10 Thread Sara Golemon
pollita Fri Sep 10 17:50:29 2004 EDT Modified files: /php-src/main/streams streams.c Log: A little extra code to allow overriding plainfiles wrapper as well http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.64r2=1.65ty=u Index: