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

2009-05-10 Thread Hannes Magnusson
bjori Sun May 10 13:26:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/idn idn.c Log: fix proto # Why doesn't this exist in HEAD? http://cvs.php.net/viewvc.cgi/php-src/ext/intl/idn/idn.c?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-

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

2009-05-10 Thread Ilia Alshanetsky
iliaa Sun May 10 13:44:14 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: WS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1494&r2=1.2027.2.547.2.1495&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1494

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

2009-05-10 Thread Jani Taskinen
Hannes Magnusson kirjoitti: bjori Sun May 10 13:26:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/idn idn.c Log: fix proto # Why doesn't this exist in HEAD? The whole ext/intl doesn't work properly in HEAD. (not sure if it even compiles) I

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c /ext/xsl/tests bug48221.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 15:12:32 2009 UTC Added files: /php-src/ext/xsl/tests bug48221.phpt Modified files: /php-src/ext/xslxsltprocessor.c Log: - Fixed bug #48221 (memory leak when passing invalid xslt parameter) http://cvs.php.net/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xsl xsltprocessor.c /ext/xsl/tests bug48221.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 15:13:05 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/xsl/tests bug48221.phpt Modified files: /php-src/ext/xslxsltprocessor.c Log: - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/xsl xsltprocessor.c /ext/xsl/tests bug48221.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 15:15:48 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xsl/tests bug48221.phpt Modified files: /php-srcNEWS /php-src/ext/xslxsltprocessor.c Log: - MFH: Fixed bug #48221 (memory leak when passing in

[PHP-CVS] cvs: php-src /ext/xsl/tests bug48221.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 15:48:25 2009 UTC Modified files: /php-src/ext/xsl/tests bug48221.phpt Log: - Simplify test (cweiske) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/tests/bug48221.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/xsl/tests/bug48221.phpt

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

2009-05-10 Thread Felipe Pena
felipe Sun May 10 15:48:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xsl/tests bug48221.phpt Log: - Simplify test (cweiske) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/tests/bug48221.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl/tests bug48221.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 15:48:53 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xsl/tests bug48221.phpt Log: - Simplify test (cweiske) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/tests/bug48221.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u Index: php-src/ex

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:03 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1496&r2=1.2027.2.547.2.1497&di

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:21 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFB: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.53&r2=1.308.2.21.2.37.2.54&d

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:30 2009 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.475&r2=1.476&diff_format=u Index: php-src/ext/standard/array.

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

2009-05-10 Thread Johannes Schlüter
On Sun, 2009-05-10 at 16:45 +, Etienne Kneuss wrote: > colderSun May 10 16:45:21 2009 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard array.c > Log: > MFB: Fix #48224 (Remove incorrect shuffle) Any chance to cover this in a test? -

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl intl_data.h intl_error.c

2009-05-10 Thread Stanislav Malyshev
stasSun May 10 19:10:37 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl intl_data.h intl_error.c Log: little errors cleanup http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_data.h?r1=1.1.2.4&r2=1.1.2.5&diff_format=u Index: php-src/ext/int

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

2009-05-10 Thread David Coallier
davidc Sun May 10 19:59:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xslxsltprocessor.c Log: - Removed the RETURN_TRUE to keep consistency with documentation. This function is supposed to be "void registerPHPFunctions" http://cvs.php.ne

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

2009-05-10 Thread David Coallier
davidc Sun May 10 20:00:59 2009 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: - MFB: Removed the RETURN_TRUE to keep consistency with documentation. This function is supposed to be "void registerPHPFunctions" http://cvs.php.net/viewvc.cgi

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 20:11:36 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug48224.phpt Log: Add test for #48224 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug48224.phpt?view=markup&rev=1.1 Index: php-src/ext/

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 20:12:56 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array bug48224.phpt Log: MFB: Add test for #48224 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug48224.phpt?view=markup&rev=1.1 Index: php-src

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 20:13:08 2009 UTC Modified files: /php-src/ext/standard/tests/array bug48224.phpt Log: MFB: Add test for #48224 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug48224.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/stand

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

2009-05-10 Thread Etienne Kneuss
2009/5/10 Johannes Schlüter : > On Sun, 2009-05-10 at 16:45 +, Etienne Kneuss wrote: >> colder                Sun May 10 16:45:21 2009 UTC >> >>   Modified files:              (Branch: PHP_5_3) >>     /php-src/ext/standard     array.c >>   Log: >>   MFB: Fix #48224 (Remove incorrect shuffle) >

[PHP-CVS] cvs: php-src /ext/intl/formatter formatter_format.c /ext/intl/tests bug48227.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 20:15:39 2009 UTC Added files: /php-src/ext/intl/tests bug48227.phpt Modified files: /php-src/ext/intl/formatter formatter_format.c Log: - Fixed bug #48227 (NumberFormatter::format leaks memory) http://cvs.php.net/

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/intl/formatter formatter_format.c /ext/intl/tests bug48227.phpt

2009-05-10 Thread Felipe Pena
felipe Sun May 10 20:17:22 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/intl/tests bug48227.phpt Modified files: /php-srcNEWS /php-src/ext/intl/formatter formatter_format.c Log: - Fixed bug #48227 (NumberFormatter::form

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

2009-05-10 Thread Stanislav Malyshev
stasSun May 10 20:58:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl intl_error.c Log: revent wrong part http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_error.c?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/intl/intl_error.c

[PHP-CVS] cvs: php-src /ext/intl intl_data.h intl_error.c

2009-05-10 Thread Stanislav Malyshev
stasSun May 10 21:01:38 2009 UTC Modified files: /php-src/ext/intl intl_data.h intl_error.c Log: MF5 fixes http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_data.h?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/intl/intl_data.h diff -u php-src/ext/int

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c /ext/mbstring/tests zend_multibyte-01.phpt zend_multibyte-02.phpt zend_multibyte-03.phpt zend_multibyte-04.phpt zend_multibyte-05.phpt zend_multibyte-0

2009-05-10 Thread Jani Taskinen
janiSun May 10 21:04:26 2009 UTC Modified files: /php-src/ext/mbstring mbstring.c /php-src/ext/mbstring/tests zend_multibyte-01.phpt zend_multibyte-02.phpt zend_multibyte-03.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring mbstring.c /ext/mbstring/tests zend_multibyte-02.phpt zend_multibyte-03.phpt zend_multibyte-04.phpt zend_multibyte-05.phpt zend_multibyte-06.phpt zend_mu

2009-05-10 Thread Jani Taskinen
janiSun May 10 21:04:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c /php-src/ext/mbstring/tests zend_multibyte-02.phpt zend_multibyte-03.phpt zend_multibyte-0

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

2009-05-10 Thread Stanislav Malyshev
Hi! The whole ext/intl doesn't work properly in HEAD. (not sure if it even compiles) I think there's even some comment by Stas somewhere about It did compile for me last time I checked. However, I think ext/intl should be significantly changed in HEAD to be much more close to the engine, an

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

2009-05-10 Thread Jani Taskinen
janiSun May 10 21:06:36 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.595&r2=1.2027.2.547.2.965.2.596&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547

[PHP-CVS] cvs: php-src /ext/mbstring/tests zend-multibyte.phpt

2009-05-10 Thread Jani Taskinen
janiSun May 10 21:10:00 2009 UTC Removed files: /php-src/ext/mbstring/tests zend-multibyte.phpt Log: - Replaced by zend_multibyte-01.phpt -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt

2009-05-10 Thread Felipe Pena
felipe Mon May 11 01:51:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt Log: - Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/ph

[PHP-CVS] cvs: php-src /ext/phar/tests phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt

2009-05-10 Thread Felipe Pena
felipe Mon May 11 01:53:01 2009 UTC Modified files: /php-src/ext/phar/tests phpinfo_001.phpt phpinfo_002.phpt phpinfo_003.phpt phpinfo_004.phpt Log: - Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phpinfo_

[PHP-CVS] cvs: php-src /ext/odbc/tests config.inc odbc_exec_001.phpt skipif.inc

2009-05-10 Thread Felipe Pena
felipe Mon May 11 03:09:13 2009 UTC Added files: /php-src/ext/odbc/tests config.inc odbc_exec_001.phpt skipif.inc Log: - Starting tests for this extension http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/tests/config.inc?view=markup&rev=1.1 Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/odbc/tests config.inc odbc_exec_001.phpt skipif.inc

2009-05-10 Thread Felipe Pena
felipe Mon May 11 03:09:59 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/odbc/tests config.inc odbc_exec_001.phpt skipif.inc Log: - Starting tests for this extension http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/tests/config.inc?view=markup&rev=1

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/odbc/tests config.inc odbc_exec_001.phpt skipif.inc

2009-05-10 Thread Felipe Pena
felipe Mon May 11 03:10:31 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/odbc/tests config.inc odbc_exec_001.phpt skipif.inc Log: - Starting tests for this extension http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/tests/config.inc?view=markup&rev=1

[PHP-CVS] cvs: php-src /ext/standard/tests/file file_put_contents_variation2.phpt fwrite_variation5.phpt

2009-05-10 Thread Jani Taskinen
janiMon May 11 05:01:17 2009 UTC Modified files: /php-src/ext/standard/tests/filefile_put_contents_variation2.phpt fwrite_variation5.phpt Log: -fix path http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/fil

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file file_put_contents_variation2.phpt fwrite_variation5.phpt

2009-05-10 Thread Jani Taskinen
janiMon May 11 05:01:37 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filefile_put_contents_variation2.phpt fwrite_variation5.phpt Log: - Fix paths http://cvs.php.net/viewvc.cgi/php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file file_put_contents_variation2.phpt fwrite_variation5.phpt

2009-05-10 Thread Jani Taskinen
janiMon May 11 05:01:48 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filefile_put_contents_variation2.phpt fwrite_variation5.phpt Log: - Fix paths http://cvs.php.net/viewvc.cgi/php-src/ext

[PHP-CVS] cvs: php-src /ext/phar config.w32

2009-05-10 Thread Kalle Sommer Nielsen
kalle Mon May 11 06:42:06 2009 UTC Modified files: /php-src/ext/phar config.w32 Log: Fix conditional http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.32&r2=1.33&diff_format=u Index: php-src/ext/phar/config.w32 diff -u php-src/ext/phar/config.w3

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.w32

2009-05-10 Thread Kalle Sommer Nielsen
kalle Mon May 11 06:43:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: MFH: Fix conditional http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.27.2.9&r2=1.27.2.10&diff_format=u Index: php-src/ext/phar/config.w32 dif