Re: [PHP-CVS] com php-src: Updated UPGRADING with changes to ext/intl.: UPGRADING

2012-05-13 Thread Gustavo Lopes
On Sun, 13 May 2012 23:29:32 +0200, Stas Malyshev wrote: +- MessageFormatter::format() and related functions now don't error out when an insufficient argument count is provided. Instead, the placeholders will remain unsubstituted. Is it how ICU behaves? Yes, it is. +- The intl extens

[PHP-CVS] com php-src: fix bug #54547: Zend/tests/bug54547.phpt Zend/zend_operators.c Zend/zend_operators.h

2012-05-13 Thread Stanislav Malyshev
Commit:9344bf193c6e35c8706923953f3e63bb01cc05ed Author:Stanislav Malyshev Thu, 10 May 2012 23:58:10 -0700 Parents: 58482206f5e101ea8a1768375439021891c84bdf Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9344bf193c6e35c8706923953f3e63bb01cc05ed

[PHP-CVS] com php-src: fix bug #61782 - __clone/__destruct do not match other methods when checking access controls: NEWS Zend/tests/bug61782.phpt Zend/zend_object_handlers.c Zend/zend_object_handlers

2012-05-13 Thread Stanislav Malyshev
Commit:a0dff6fdcae1f4eaa96e68d1429fd38876c2796e Author:Stanislav Malyshev Sat, 12 May 2012 22:12:48 -0700 Parents: 9344bf193c6e35c8706923953f3e63bb01cc05ed Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a0dff6fdcae1f4eaa96e68d1429fd38876c2796e

[PHP-CVS] com php-src: update NEWS/UPGRADING: NEWS UPGRADING

2012-05-13 Thread Stanislav Malyshev
Commit:a72b21438d053a04c94c6da866692d8db6252616 Author:Stanislav Malyshev Sun, 13 May 2012 14:48:22 -0700 Parents: a0dff6fdcae1f4eaa96e68d1429fd38876c2796e Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a72b21438d053a04c94c6da866692d8db6252616

Re: [PHP-CVS] com php-src: Updated UPGRADING with changes to ext/intl.: UPGRADING

2012-05-13 Thread Stas Malyshev
Hi! > +- MessageFormatter::format() and related functions now don't error out when > + an insufficient argument count is provided. Instead, the placeholders will > + remain unsubstituted. Is it how ICU behaves? > +- The intl extension now requires ICU 4.0+. Not all Linux distros still on 4.0

[PHP-CVS] com php-src: Keep date precision in MessageFormatter.: UPGRADING ext/intl/msgformat/msgformat_helpers.cpp ext/intl/tests/msgfmt_millisecond_dates.phpt

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:ac33e40d2ae7288f66f5e3d56e7ae8e3f0266144 Author:Gustavo André dos Santos Lopes Sun, 6 May 2012 13:06:44 +0200 Parents: f09961cbe5879df40e5fc9d6d424896caf2a6f64 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ac33e40d2ae7288f66f5e3d56e7ae8e

[PHP-CVS] com php-src: Updated UPGRADING with changes to ext/intl.: UPGRADING

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:f09961cbe5879df40e5fc9d6d424896caf2a6f64 Author:Gustavo André dos Santos Lopes Sun, 13 May 2012 21:56:11 +0100 Parents: 4015f5538914d1f7c66d992fd6ba6e713f635619 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f09961cbe5879df40e5fc9d6d42489

[PHP-CVS] com php-src: Fixed MessageFormatter subformat tests.: ext/intl/tests/msgfmt_format_subpatterns.phpt ext/intl/tests/msgfmt_format_subpatterns_named.phpt

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:f1621485ad7c9b02b4df42c21a472223fe106f51 Author:Gustavo André dos Santos Lopes Sat, 5 May 2012 23:15:47 +0100 Parents: edca0e2adb1eb2fcf14b8d0101769b39eecff29e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f1621485ad7c9b02b4df42c21a47222

[PHP-CVS] com php-src: Set global error if insufficient numeric args. WS.: ext/intl/msgformat/msgformat_format.c ext/intl/msgformat/msgformat_helpers.cpp ext/intl/tests/calendar_getErrorCode_getErrorM

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:407455876e486df45a6b6c91b483060b0479a0b3 Author:Gustavo André dos Santos Lopes Sun, 6 May 2012 00:48:17 +0200 Parents: f1621485ad7c9b02b4df42c21a472223fe106f51 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=407455876e486df45a6b6c91b483060

[PHP-CVS] com php-src: Cache arguments type info in MessageFormatter.: ext/intl/msgformat/msgformat_attr.c ext/intl/msgformat/msgformat_data.c ext/intl/msgformat/msgformat_data.h ext/intl/msgformat/ms

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:20dd5ccf19916a290973a2e25de4eed59b169093 Author:Gustavo André dos Santos Lopes Sun, 6 May 2012 16:31:52 +0200 Parents: 407455876e486df45a6b6c91b483060b0479a0b3 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=20dd5ccf19916a290973a2e25de4eed

[PHP-CVS] com php-src: Accept numeric strings for dates.: ext/intl/msgformat/msgformat_helpers.cpp

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:0ad1b14f16262f77372620992a72dd3f12c5e24b Author:Gustavo André dos Santos Lopes Sun, 6 May 2012 18:12:53 +0200 Parents: 20dd5ccf19916a290973a2e25de4eed59b169093 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0ad1b14f16262f77372620992a72dd3

[PHP-CVS] com php-src: Don't check number of args in msgfmt_do_format: ext/intl/msgformat/msgformat_format.c

2012-05-13 Thread Gustavo André dos Santos Lopes
Commit:43ff66e0953e3664de11ffa7af27c695057cc4d6 Author:Gustavo André dos Santos Lopes Sun, 13 May 2012 18:27:14 +0200 Parents: 0295ed7d225dcd9f5cbd21cfb335912a87af894d Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=43ff66e0953e3664de11ffa7af27c6

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/standard/filestat.c

2012-05-13 Thread Rasmus Lerdorf
Commit:8da61c62d931bb76faba55bb2fcbd1938b2f96fc Author:Rasmus Lerdorf Sun, 13 May 2012 11:48:25 -0700 Parents: 5852e5f48d7b013108b98b9c57c18383765d21ea cd16174f14a93b89f064108d72b4fb612345de8f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8da6

[PHP-CVS] com php-src: Fix grammo: ext/standard/filestat.c

2012-05-13 Thread Rasmus Lerdorf
Commit:cd16174f14a93b89f064108d72b4fb612345de8f Author:Rasmus Lerdorf Sun, 13 May 2012 11:45:41 -0700 Parents: b50101764ba0f8d61c010886aca812e740c8193c Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=cd16174f14a93b89f064108d72b4fb612345de8f Log: