[PHP-CVS] cvs: phpruntests /src/configuration/settings rtPhpCgiExecutableSetting.php /tests/configuration/settings rtPhpCgiExecutableSettingTest.php

2009-05-15 Thread Zoe Slattery
zoe Fri May 15 06:48:07 2009 UTC Modified files: /phpruntests/src/configuration/settings rtPhpCgiExecutableSetting.php /phpruntests/tests/configuration/settings

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 09:10:01 2009 UTC Modified files: /php-src/ext/json json.c Log: Fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.52r2=1.53diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.52

[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 09:44:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: Added some more comments about deprecated ini settings http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.7r2=1.1.2.3.2.1.2.8diff_format=u Index:

[PHP-CVS] cvs: phpruntests /src rtClassMap.php /src/testcase/preconditions rtIsSectionImplemented.php /src/testcase/sections rtSection.php /src/testcase/sections/executablesections _rtFileExternalS

2009-05-15 Thread Georg Gradwohl
g2 Fri May 15 09:58:22 2009 UTC Added files: /phpruntests/src/testcase/sections/executablesections rtFileExternalSection.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-05-15 Thread Jani Taskinen
Kalle Sommer Nielsen kirjoitti: -- zend.ze1_compatibility_mode has been removed. +- zend.ze1_compatibility_mode has been removed. If this ini directive is set + to on, then an E_ERROR is emitted at startup. Eh..why does it cause E_FATAL? It doesn't affect anything anymore anyway? --Jani --

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-05-15 Thread Kalle Sommer Nielsen
2009/5/15 Jani Taskinen jani.taski...@sci.fi: Kalle Sommer Nielsen kirjoitti: -- zend.ze1_compatibility_mode has been removed. +- zend.ze1_compatibility_mode has been removed. If this ini directive is set +  to on, then an E_ERROR is emitted at startup. Eh..why does it cause E_FATAL? It

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

2009-05-15 Thread Christopher Jones
sixdFri May 15 16:44:51 2009 UTC Added files: /php-src/ext/standard/tests/array array_multisort_variation11.phpt Modified files: /php-src/ext/standard array.c Log: New array_multisort() test and code comment fix (Simon

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c /ext/standard/tests/array array_multisort_variation11.phpt

2009-05-15 Thread Christopher Jones
sixdFri May 15 16:46:23 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_multisort_variation11.phpt Modified files: /php-src/ext/standard array.c Log: MFH: New array_multisort() test and code

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_multisort_variation11.phpt

2009-05-15 Thread Christopher Jones
sixdFri May 15 16:47:36 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_multisort_variation11.phpt Log: MFH: New array_multisort() test (Simon Westcott)

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

2009-05-15 Thread Moriyoshi Koizumi
moriyoshi Fri May 15 17:02:35 2009 UTC Modified files: /php-src/ext/standard array.c Log: * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well and I think allowing user-supplied comparator should make more sense when it

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

2009-05-15 Thread Moriyoshi Koizumi
moriyoshi Fri May 15 17:03:03 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: * MFH: Roll it back. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.55r2=1.308.2.21.2.37.2.56diff_format=u

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

2009-05-15 Thread Moriyoshi Koizumi
moriyoshi Fri May 15 17:03:43 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c Log: - MFH: Roll it back. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.66r2=1.308.2.21.2.67diff_format=u Index:

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

2009-05-15 Thread Moriyoshi Koizumi
moriyoshi Fri May 15 17:06:36 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Not a news actually. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1509r2=1.2027.2.547.2.1510diff_format=u Index: php-src/NEWS diff -u

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

2009-05-15 Thread Jani Taskinen
janiFri May 15 17:18:18 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Reverted is such a strong word.. :) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1510r2=1.2027.2.547.2.1511diff_format=u Index: php-src/NEWS diff -u

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

2009-05-15 Thread Christopher Jones
Are there any tests for this? Chris Moriyoshi Koizumi wrote: moriyoshi Fri May 15 17:02:35 2009 UTC Modified files: /php-src/ext/standard array.c Log: * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well and I think

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 17:28:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bz2bz2.c Log: MFH: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.14.2.3.2.12.2.11r2=1.14.2.3.2.12.2.12diff_format=u Index:

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 18:01:05 2009 UTC Modified files: /php-src/ext/iconv iconv.c Log: Fix compiler warnings (only in HEAD), same style of silence as in 5.3 http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.174r2=1.175diff_format=u Index:

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

2009-05-15 Thread Moriyoshi Koizumi
Christopher Jones wrote: Are there any tests for this? Do we really need one? Moriyoshi Chris Moriyoshi Koizumi wrote: moriyoshiFri May 15 17:02:35 2009 UTC Modified files: /php-src/ext/standardarray.c Log: * Roll it back then. I wonder if

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

2009-05-15 Thread Moriyoshi Koizumi
Just to let you guys know no intention to offend here. I just used it in the sense Jani had corrected it to be. Moriyoshi Jani Taskinen wrote: jani Fri May 15 17:18:18 2009 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: - Reverted is such a

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

2009-05-15 Thread Hannes Magnusson
On Fri, May 15, 2009 at 20:40, Moriyoshi Koizumi m...@mozo.jp wrote: Christopher Jones wrote: Are there any tests for this? Do we really need one? Yes. -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-05-15 Thread Christopher Jones
Hannes Magnusson wrote: On Fri, May 15, 2009 at 20:40, Moriyoshi Koizumi m...@mozo.jp wrote: Christopher Jones wrote: Are there any tests for this? Do we really need one? Yes. -Hannes Tests would help bring to attention any future change, making it easier to analyze the impact. We

[PHP-CVS] cvs: phpruntests /src testClassMap.php /src/testcase/sections/executablesections _rtFileExternalSection.php rtFileExternalSection.php /tests/testcase/sections/executablesections rtFileExte

2009-05-15 Thread Georg Gradwohl
g2 Fri May 15 23:11:21 2009 UTC Added files: /phpruntests/tests/testcase/sections/executablesections rtFileExternalSectionTest.php Modified files: