[PHP-CVS] cvs: php-src / NEWS

2004-08-25 Thread Derick Rethans
derick Wed Aug 25 02:37:48 2004 EDT Modified files: /php-srcNEWS Log: - Those two are already in the NEWS for 5.0.2. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1805r2=1.1806ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1805 php-src/NEWS:1.1806 ---

Re: [PHP-CVS] cvs: php-src /tests/lang bug29566.phpt

2004-08-25 Thread Derick Rethans
On Tue, 24 Aug 2004, Marcus Boerger wrote: helly Tue Aug 24 17:35:46 2004 EDT Added files: /php-src/tests/lang bug29566.phpt Log: Add new test http://cvs.php.net/co.php/php-src/tests/lang/bug29566.phpt?r=1.1p=1 Index: php-src/tests/lang/bug29566.phpt +++

Re: [PHP-CVS] cvs: php-src / README.PHP4-TO-PHP5-THIN-CHANGES

2004-08-25 Thread Derick Rethans
On Tue, 24 Aug 2004, Andrey Hristov wrote: andreyTue Aug 24 18:01:58 2004 EDT Modified files: /php-src README.PHP4-TO-PHP5-THIN-CHANGES Log: new incompatibilities. maybe someone from the doc group will update the migrating guide. also Derick may add new slides

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

2004-08-25 Thread Andrey Hristov
andrey Wed Aug 25 03:20:32 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: . http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.56r2=1.1760.2.57ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.56 php-src/NEWS:1.1760.2.57 ---

[PHP-CVS] cvs: php-src /tests/lang bug29566.phpt

2004-08-25 Thread Marcus Boerger
helly Wed Aug 25 03:25:54 2004 EDT Modified files: /php-src/tests/lang bug29566.phpt Log: No short tags http://cvs.php.net/diff.php/php-src/tests/lang/bug29566.phpt?r1=1.1r2=1.2ty=u Index: php-src/tests/lang/bug29566.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /tests/lang bug29566.phpt

2004-08-25 Thread Marcus Boerger
helly Wed Aug 25 03:26:36 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/tests/lang bug29566.phpt Log: MFH: No short tags http://cvs.php.net/diff.php/php-src/tests/lang/bug29566.phpt?r1=1.1.2.1r2=1.1.2.2ty=u Index: php-src/tests/lang/bug29566.phpt diff -u

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

2004-08-25 Thread Christian Stocker
chregu Wed Aug 25 04:27:07 2004 EDT Modified files: /php-src/ext/domdocument.c Log: if $doc-recover = true; set error_reporting to (old | E_WARNING) This way, you can't silence XML parse errors with the @ character

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_api.c mysqli_nonapi.c php_mysqli.h

2004-08-25 Thread Georg Richter
georg Wed Aug 25 09:57:35 2004 EDT Modified files: /php-src/ext/mysqli mysqli_api.c mysqli.c mysqli_nonapi.c php_mysqli.h Log: changed local_infile_handler: mysql client lib now uses php_local_infile functions by default, which

Re: [PHP-CVS] cvs: php-src /ext/dom document.c

2004-08-25 Thread Derick Rethans
On Wed, 25 Aug 2004, Sterling Hughes wrote: Christian Stocker wrote: chregu Wed Aug 25 04:27:07 2004 EDT Modified files: /php-src/ext/domdocument.c Log: if $doc-recover = true; set error_reporting to (old | E_WARNING) This way, you can't silence XML

Re: [PHP-CVS] cvs: php-src /ext/dom document.c

2004-08-25 Thread Sterling Hughes
That's wrong. You should *never* require an E_WARNING to be sent without being able to silence it, especially not on something so unimportant. -Sterling On Wed, 25 Aug 2004 17:29:37 +0200 (CEST), Derick Rethans [EMAIL PROTECTED] wrote: On Wed, 25 Aug 2004, Sterling Hughes wrote: Christian

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre php_pcre.c

2004-08-25 Thread Andrei Zmievski
andrei Wed Aug 25 16:47:41 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre php_pcre.c Log: Rewrite cache clean-up using zend_hash_apply_with_argument(). http://cvs.php.net/diff.php/php-src/ext/pcre/php_pcre.c?r1=1.132.2.20r2=1.132.2.21ty=u

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

2004-08-25 Thread Andrei Zmievski
andrei Wed Aug 25 16:48:25 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/pcre php_pcre.c Log: MFB. http://cvs.php.net/diff.php/php-src/ext/pcre/php_pcre.c?r1=1.157.2.2r2=1.157.2.3ty=u Index: php-src/ext/pcre/php_pcre.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/pcre php_pcre.c

2004-08-25 Thread Andrei Zmievski
On Tue, 24 Aug 2004, Andi Gutmans wrote: Can't you use zend_hash_apply() for this? I know it might be slightly slower but I don't think it'd be noticable. Copypasting the hash code is a problem because if we change the hash code this part would probably not be maintained (at least not

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/pcre php_pcre.c

2004-08-25 Thread Andi Gutmans
Thanks. At 01:50 PM 8/25/2004 -0700, Andrei Zmievski wrote: On Tue, 24 Aug 2004, Andi Gutmans wrote: Can't you use zend_hash_apply() for this? I know it might be slightly slower but I don't think it'd be noticable. Copypasting the hash code is a problem because if we change the hash code this

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

2004-08-25 Thread Ilia Alshanetsky
iliaa Wed Aug 25 20:26:20 2004 EDT Modified files: /php-src/ext/standard array.c Log: Fixed bug #29808 (array_count_values() breaks with numeric strings). http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.272r2=1.273ty=u Index:

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

2004-08-25 Thread Ilia Alshanetsky
iliaa Wed Aug 25 20:26:22 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard array.c Log: MFH: Fixed bug #29808 (array_count_values() breaks with numeric strings).