Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-13 Thread Hannes Magnusson
On Thu, Feb 5, 2009 at 22:32, Greg Beaver wrote: > I really don't give a crap. Change it if you want, I was merging > *existing* code in PHP_5_3 to HEAD, not adding new stuff. Which is exactly why we have major syncing issues. HEAD is for development. Stuff should be merged *to* 5.3, not *from*

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mbstring mbstring.c /ext/mbstring/libmbfl/mbfl mbfilter.c /ext/mbstring/tests bug45923.phpt

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 07:35:01 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mbstring/tests bug45923.phpt Modified files: /php-srcNEWS /php-src/ext/mbstring mbstring.c /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c /ext/mbstring/tests bug45923.phpt

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 07:34:16 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mbstring/tests bug45923.phpt Modified files: /php-src/ext/mbstring mbstring.c mbstring.h /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log:

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c /ext/mbstring/tests bug45923.phpt

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 07:33:41 2009 UTC Added files: /php-src/ext/mbstring/tests bug45923.phpt Modified files: /php-src/ext/mbstring mbstring.c mbstring.h /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - Fix Bug #45923

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

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 07:00:24 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: - MFH: these should be E_WARNING for consistency with strpos() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.

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

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 06:59:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: - MFH: These should be E_WARNING for consistency with strpos() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.

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

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 06:59:36 2009 UTC Modified files: /php-src/ext/standard string.c Log: - These should be E_WARNING for consistency with strpos() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.691&r2=1.692&diff_format=u Index:

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

2009-02-13 Thread Andrei Zmievski
andrei Fri Feb 13 22:35:18 2009 UTC Modified files: /php-src/ext/standard array.c Log: Revert bogus fix for #47370. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.472&r2=1.473&diff_format=u Index: php-src/ext/standard/array.c diff -u p

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

2009-02-13 Thread Andrei Zmievski
andrei Fri Feb 13 22:34:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: Revert bogus fix for #47370. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.52&r2=1.308.2.21.2.37.2.53&diff_format=

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

2009-02-13 Thread Andrei Zmievski
andrei Fri Feb 13 22:26:47 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: Revert bogus fix for #47370. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.64&r2=1.308.2.21.2.65&

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

2009-02-13 Thread Andrei Zmievski
Don't do this please. Why did you feel the need to go back and change my patch including the NEWS entry? I knew what I was doing when I set the default behavior to SORT_REGULAR and this was discussed with both 5.3 and 5.2 RMs. With your change it'l back to the stupid old behavior of: $array =

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

2009-02-13 Thread Zoe Slattery
zoe Fri Feb 13 22:01:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_map_variation4.phpt Log: remove UEXPECT http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_map_variation4.phpt?r1=1.1.2.2&r2=1.1.2.3

[PHP-CVS] cvs: php-src /ext/dom/tests DOMDocument_savexml_basic.phpt

2009-02-13 Thread Zoe Slattery
zoe Fri Feb 13 18:02:03 2009 UTC Modified files: /php-src/ext/dom/tests DOMDocument_savexml_basic.phpt Log: fixed bad section name http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_savexml_basic.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom/tests DOMDocument_savexml_basic.phpt

2009-02-13 Thread Zoe Slattery
zoe Fri Feb 13 18:01:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dom/tests DOMDocument_savexml_basic.phpt Log: fixed bad section name http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_savexml_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom/tests dom_xinclude.phpt

2009-02-13 Thread Zoe Slattery
zoe Fri Feb 13 17:56:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dom/tests dom_xinclude.phpt Log: fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom_xinclude.phpt?r1=1.4.2.1&r2=1.4.2.1.4.1&diff_format=u Index: php-src/ext/d

[PHP-CVS] cvs: php-src(PHP_5_2) / php.ini-dist php.ini-recommended

2009-02-13 Thread Kalle Sommer Nielsen
kalle Fri Feb 13 16:55:18 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcphp.ini-dist php.ini-recommended Log: MFH: Revert previous change http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.27&r2=1.231.2.10.2.28&diff_format=u Index: php-

[PHP-CVS] cvs: php-src(PHP_5_3) / php.ini-dist php.ini-recommended

2009-02-13 Thread Kalle Sommer Nielsen
kalle Fri Feb 13 16:54:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcphp.ini-dist php.ini-recommended Log: MFH: Revert previous change http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.22.2.19&r2=1.231.2.10.2.22.2.20&diff_format=u I

[PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2009-02-13 Thread Kalle Sommer Nielsen
kalle Fri Feb 13 16:54:16 2009 UTC Modified files: /php-srcphp.ini-dist php.ini-recommended Log: Revert previous change http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.289&r2=1.290&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-d

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd/libgd gdparttopng.c gdtopng.c

2009-02-13 Thread Takeshi Abe
tabeFri Feb 13 16:03:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gdparttopng.c gdtopng.c Log: MFH: fixed typos http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdparttopng.c?r1=1.2&r2=1.2.22.1&diff_format=u Index: php-src/ext/g

[PHP-CVS] cvs: php-src /ext/gd/libgd gdparttopng.c gdtopng.c

2009-02-13 Thread Takeshi Abe
tabeFri Feb 13 16:02:46 2009 UTC Modified files: /php-src/ext/gd/libgd gdparttopng.c gdtopng.c Log: fixed typos http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdparttopng.c?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/gd/libgd/gdparttopng.c diff

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

2009-02-13 Thread Felipe Pena
felipe Fri Feb 13 12:55:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_dbh.c Log: - Added missing void param check and arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.82.2.31.2.17.2.20&r2=1.82.2.31.2.17.2.21&diff_fo

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

2009-02-13 Thread Felipe Pena
felipe Fri Feb 13 12:54:20 2009 UTC Modified files: /php-src/ext/pdopdo_dbh.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.160&r2=1.161&diff_format=u Index: php-src/ext/pdo/pdo_dbh.c diff -u php-src/ext/pdo/pdo_dbh.c:1.1

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

2009-02-13 Thread David Coallier
davidc Fri Feb 13 12:21:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Good bug # order. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.492&r2=1.2027.2.547.2.965.2.493&diff_format=u Index: php-src/NEWS diff -u php-sr

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

2009-02-13 Thread David Coallier
davidc Fri Feb 13 11:54:06 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.491&r2=1.2027.2.547.2.965.2

[PHP-CVS] cvs: php-src(PHP_5_3) /main output.c /tests/output bug46897.phpt

2009-02-13 Thread David Coallier
davidc Fri Feb 13 11:48:17 2009 UTC Added files: (Branch: PHP_5_3) /php-src/tests/output bug46897.phpt Modified files: /php-src/main output.c Log: - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers - Added

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

2009-02-13 Thread Felipe Pena
felipe Fri Feb 13 11:22:00 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.490&r2=1.2027.2.547.2.965.2.491&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547