Re: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array locale_sort.phpt ZendEngine2 zend_operators.c

2005-09-12 Thread Derick Rethans
On Mon, 12 Sep 2005, Andrei Zmievski wrote: > Perhaps we should cache the locale object somewhere.. yes, that's already on my todo list. Have some basic stuff working for that already, but no time to finish. Probably tomorrow on the plane. Derick -- Derick Rethans http://derickrethans.nl | ht

Re: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array locale_sort.phpt ZendEngine2 zend_operators.c

2005-09-12 Thread Andrei Zmievski
Perhaps we should cache the locale object somewhere.. -Andrei On Sep 12, 2005, at 2:53 AM, Derick Rethans wrote: derick Mon Sep 12 05:53:23 2005 EDT Modified files: /ZendEngine2zend_operators.c /php-src/ext/standard array.c /php-src/ext/standard/tests/arra

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/xmlrpc .cvsignore config.m4

2005-09-12 Thread Jani Taskinen
sniper Mon Sep 12 13:14:35 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/xmlrpc .cvsignore config.m4 Log: MFH: Fixed build with phpize http://cvs.php.net/diff.php/php-src/ext/xmlrpc/.cvsignore?r1=1.7&r2=1.7.2.1&ty=u Index: php-src/ext/xmlrpc/.cvsignore

[PHP-CVS] cvs: php-src /ext/xmlrpc .cvsignore config.m4

2005-09-12 Thread Jani Taskinen
sniper Mon Sep 12 13:14:23 2005 EDT Modified files: /php-src/ext/xmlrpc .cvsignore config.m4 Log: - Fixed build with phpize http://cvs.php.net/diff.php/php-src/ext/xmlrpc/.cvsignore?r1=1.7&r2=1.8&ty=u Index: php-src/ext/xmlrpc/.cvsignore diff -u php-src/ext/xml

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/pspell pspell.c

2005-09-12 Thread Ilia Alshanetsky
iliaa Mon Sep 12 12:59:57 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/ext/pspell pspell.c Log: MFH: Fixed bug #34456 (Possible crash inside pspell extension). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.37&r2=1.12

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/pspell pspell.c

2005-09-12 Thread Ilia Alshanetsky
iliaa Mon Sep 12 11:39:15 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/pspell pspell.c Log: MFH: Fixed bug #34456 (Possible crash inside pspell extension). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.57&r2=1.2027.2.5

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

2005-09-12 Thread Ilia Alshanetsky
iliaa Mon Sep 12 11:26:49 2005 EDT Modified files: /php-src/ext/pspell pspell.c Log: Fixed bug #34456 (Possible crash inside pspell extension). # Patch by Nuno Lopes http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.45&r2=1.46&ty=u Index: ph

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo config.m4 package.xml pdo.c

2005-09-12 Thread Wez Furlong
I did, but you weren't around (again), and it was you that broke this in the first place. --Wez. Jani Taskinen wrote: So instead of adding ugly hacks (again) you could have asked me to fix PHP_INSTALL_HEADERS() to work also for phpize'd extensions.. --Jani On Sun, 11 Sep 200

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_stmt.c

2005-09-12 Thread Wez Furlong
Yes. Seems like traversable is broken in some cases. Need Marcus to look at it. --Wez. Dmitry Stogov wrote: Seems this patch breaks test pdo_014.phpt. Dmitry. -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED] Sent: Sunday, September 11, 2005 6:27 PM To: php-cvs@lists

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo config.m4 package.xml pdo.c

2005-09-12 Thread Jani Taskinen
So instead of adding ugly hacks (again) you could have asked me to fix PHP_INSTALL_HEADERS() to work also for phpize'd extensions.. --Jani On Sun, 11 Sep 2005, Wez Furlong wrote: It actually installs the headers again now. PHP_INSTALL_HEADERS doesn't actually do anything for

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

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 05:59:48 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/standard array.c Log: Additinal fix for bug #34277 (array_filter() crashes with references and objects) http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.199

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

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 05:59:13 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard array.c Log: Additinal fix for bug #34277 (array_filter() crashes with references and objects) http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.266

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

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 05:58:50 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard array.c Log: Additinal fix for bug #34277 (array_filter() crashes with references and objects) http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.308

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

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 05:58:37 2005 EDT Modified files: /php-src/ext/standard array.c Log: Additinal fix for bug #34277 (array_filter() crashes with references and objects) http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.324&r2=1.325&ty=u In

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array locale_sort.phpt ZendEngine2 zend_operators.c

2005-09-12 Thread Derick Rethans
derick Mon Sep 12 05:53:23 2005 EDT Modified files: /ZendEngine2zend_operators.c /php-src/ext/standard array.c /php-src/ext/standard/tests/array locale_sort.phpt Log: - Reimplement SORT_LOCALE_STRING with ICU locales. http://cvs.php

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap soap.c /ext/soap/tests/bugs bug34449.phpt

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 04:26:06 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/soap/tests/bugsbug34449.phpt Modified files: /php-srcNEWS /php-src/ext/soap soap.c Log: Fixed bug #34449 (ext/soap: XSD_ANYXML functionality

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/soap soap.c /ext/soap/tests/bugs bug34449.phpt

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 04:24:02 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/soap/tests/bugsbug34449.phpt Modified files: /php-srcNEWS /php-src/ext/soap soap.c Log: Fixed bug #34449 (ext/soap: XSD_ANYXML functionality

[PHP-CVS] cvs: php-src / NEWS /ext/soap soap.c /ext/soap/tests/bugs bug34449.phpt

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 04:23:50 2005 EDT Added files: /php-src/ext/soap/tests/bugsbug34449.phpt Modified files: /php-srcNEWS /php-src/ext/soap soap.c Log: Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)

RE: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_stmt.c

2005-09-12 Thread Dmitry Stogov
Seems this patch breaks test pdo_014.phpt. Dmitry. > -Original Message- > From: Wez Furlong [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 11, 2005 6:27 PM > To: php-cvs@lists.php.net > Subject: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_stmt.c > > > wez Sun Sep 11 10

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

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 03:14:54 2005 EDT Modified files: /php-src/ext/standard var.c Log: Fix for exceptions in __sleep() http://cvs.php.net/diff.php/php-src/ext/standard/var.c?r1=1.213&r2=1.214&ty=u Index: php-src/ext/standard/var.c diff -u php-src/ext/sta

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

2005-09-12 Thread Dmitry Stogov
dmitry Mon Sep 12 03:13:57 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard var.c Log: Better fix for exceptions in __sleep() http://cvs.php.net/diff.php/php-src/ext/standard/var.c?r1=1.203.2.1&r2=1.203.2.2&ty=u Index: php-src/ext/standa