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

2004-08-25 Thread Derick Rethans
On Wed, 25 Aug 2004, Sterling Hughes wrote: > 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. It's just as wrong as trying to parse non-wellformed XML. Derick -- PHP CVS Mailing List (http://www

[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). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2

[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.272&r2=1.273&ty=u Index: php-src/e

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. Copy&pasting the hash code is a > problem because if we change the hash code th

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. Copy&pasting the hash code is a > problem because if we change the hash code this part would probably not be > maintained (at least not a

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

2004-08-25 Thread Andrei Zmievski
andrei Wed Aug 25 16:48:48 2004 EDT Modified files: /php-src/ext/pcre php_pcre.c Log: MFB. http://cvs.php.net/diff.php/php-src/ext/pcre/php_pcre.c?r1=1.160&r2=1.161&ty=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.160 php-src/e

[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.2&r2=1.157.2.3&ty=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/p

[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.20&r2=1.132.2.21&ty=u In

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: > > > Chris

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 ca

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

2004-08-25 Thread Sterling Hughes
Christian Stocker wrote: chregu Wed Aug 25 04:27:07 2004 EDT Modified files: /php-src/ext/dom document.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 Why this chang

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

2004-08-25 Thread Ilia Alshanetsky
iliaa Wed Aug 25 10:22:48 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/bz2bz2.c Log: Fixed operations on remote bzip2 compressed files ala: compress.bzip2://http://downloads.php.net/ilia/php-4.3.5RC1.tar.bz2 Patch by Wez (MFH from HEAD)

[PHP-CVS] cvs: php-src /ext/mysqli/tests 061.phpt

2004-08-25 Thread Georg Richter
georg Wed Aug 25 09:58:03 2004 EDT Added files: /php-src/ext/mysqli/tests 061.phpt Log: test for local_infile_handler http://cvs.php.net/co.php/php-src/ext/mysqli/tests/061.phpt?r=1.1&p=1 Index: php-src/ext/mysqli/tests/061.phpt +++ php-src/ext/mysqli

[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 allows

[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 http://cvs.php.net/diff.php/php-src

[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.1&r2=1.1.2.2&ty=u Index: php-src/tests/lang/bug29566.phpt diff -

[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.1&r2=1.2&ty=u Index: php-src/tests/lang/bug29566.phpt diff -u php-src/tests/lang/bug29566.

[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.56&r2=1.1760.2.57&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.56 php-src/NEWS:1.1760.2.57 --- php-src