[PHP-CVS] branch php-src: 5.3 deleted

2012-05-24 Thread Gustavo André dos Santos Lopes
Deleted branch: 5.3 User: Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 09:18:31 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] branch php-src: 5.4 deleted

2012-05-24 Thread Gustavo André dos Santos Lopes
Deleted branch: 5.4 User: Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 09:18:32 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] com php-src: Update NEWS: NEWS

2012-05-24 Thread Gustavo André dos Santos Lopes
Commit:f1969d4b4ce0ebd82b2582104bb99de4b5ac824e Author:Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 11:14:36 +0200 Parents: 2da2de46a8dc9d44b624c40adb0d6bf698567167 Branches: PHP-5.3 Link:

[PHP-CVS] com php-src: Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails: ext/phar/tests/fatal_error_webphar.phpt

2012-05-24 Thread Anatoliy Belsky
Commit:b5511dcfd756628430dc447127d0d90a09e36dfc Author:Anatoliy Belsky a...@php.net Thu, 24 May 2012 12:04:38 +0200 Parents: e8009e2dcab8669689ba23315a9fdddbe04c36eb Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Fixed bug #62138 ext\standard\tests\dir\dir_variation8-win32.phpt fails: ext/standard/tests/dir/dir_variation8-win32.phpt

2012-05-24 Thread Anatoliy Belsky
Commit:0dc9b0e708b300f68ee62e7f25a166e0bd631258 Author:Anatoliy Belsky a...@php.net Thu, 24 May 2012 12:39:00 +0200 Parents: b5511dcfd756628430dc447127d0d90a09e36dfc Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Fix bug #62139 ext\standard\tests\file\rename_variation13-win32.phpt fails: ext/standard/tests/file/rename_variation13-win32.phpt

2012-05-24 Thread Anatoliy Belsky
Commit:0e12a778df388c85bb8aeb41e8c33a983dd182f1 Author:Anatoliy Belsky a...@php.net Thu, 24 May 2012 13:26:32 +0200 Parents: 0dc9b0e708b300f68ee62e7f25a166e0bd631258 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Changed ResourceBundle constructor behavior: NEWS UPGRADING ext/intl/resourcebundle/resourcebundle_class.c ext/intl/tests/resourcebundle_null_mandatory_args.phpt

2012-05-24 Thread Gustavo André dos Santos Lopes
Commit:92039fed22cd68405589cf6df3af58b9beaddb16 Author:Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 13:35:28 +0200 Parents: 0e12a778df388c85bb8aeb41e8c33a983dd182f1 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Fixed bug #62140 ext\standard\tests\file\tempnam_variation7-win32.phpt fails: ext/standard/tests/file/tempnam_variation7-win32.phpt

2012-05-24 Thread Anatoliy Belsky
Commit:72c7cfe6f2b151466c33e7003dbc64a4e4e88a0c Author:Anatoliy Belsky a...@php.net Thu, 24 May 2012 13:58:42 +0200 Parents: 92039fed22cd68405589cf6df3af58b9beaddb16 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Fixed last commit on 5.4: ext/intl/resourcebundle/resourcebundle_class.c

2012-05-24 Thread Gustavo André dos Santos Lopes
Commit:888e77ff733c5cb7c8f3d1fce6244463dd75a9b8 Author:Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 14:04:19 +0200 Parents: 72c7cfe6f2b151466c33e7003dbc64a4e4e88a0c Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Fixed bug #55610: ResourceBundle and Traversable: NEWS ext/intl/resourcebundle/resourcebundle_class.c ext/intl/tests/resourcebundle_traversable.phpt

2012-05-24 Thread Gustavo André dos Santos Lopes
Commit:85c777d2f1d5a12fac0100f4953d33a7380d0b03 Author:Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 14:31:07 +0200 Parents: f1969d4b4ce0ebd82b2582104bb99de4b5ac824e Branches: PHP-5.3 PHP-5.4 master Link:

[PHP-CVS] com php-src: Merge branch '5.3' into 5.4: ext/intl/resourcebundle/resourcebundle_class.c

2012-05-24 Thread Gustavo André dos Santos Lopes
Commit:04fd0b1098005a20d6acdbc7d7bf7ea4e1287242 Author:Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 14:33:24 +0200 Parents: 888e77ff733c5cb7c8f3d1fce6244463dd75a9b8 85c777d2f1d5a12fac0100f4953d33a7380d0b03 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Merge branch '5.4': ext/intl/resourcebundle/resourcebundle_class.c

2012-05-24 Thread Gustavo André dos Santos Lopes
Commit:457a57d653400a70ff32de34c751026295b10b3d Author:Gustavo André dos Santos Lopes cataphr...@php.net Thu, 24 May 2012 14:33:42 +0200 Parents: eeea790d30d096edfb0211d2f69e648013bd514e 04fd0b1098005a20d6acdbc7d7bf7ea4e1287242 Branches: master Link:

[PHP-CVS] com php-src: Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in different keys): ext/spl/spl_heap.c ext/spl/tests/bug62073.phpt ext/spl/tests/heap_005.phpt ext/spl/te

2012-05-24 Thread Xinchen Hui
Commit:9205c4fd62a769b7db3d00eccdf2ea35b20dd87f Author:Reeze Xia reeze@gmail.com Wed, 23 May 2012 20:42:06 +0800 Parents: c973fef48d6302b9bcec898de8e39d8d7e23adef Branches: PHP-5.3 Link:

[PHP-CVS] com php-src: Fixed bug #62073: NEWS ext/spl/tests/bug62073.phpt

2012-05-24 Thread Xinchen Hui
Commit:bde86a6639a661dcadb0ae4c3ce4cc8aca2a42b9 Author:Xinchen Hui larue...@php.net Thu, 24 May 2012 23:20:21 +0800 Parents: 85c777d2f1d5a12fac0100f4953d33a7380d0b03 9205c4fd62a769b7db3d00eccdf2ea35b20dd87f Branches: PHP-5.3 Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/spl/spl_heap.c

2012-05-24 Thread Xinchen Hui
Commit:a10da87c6a2cadc5151d185573b0125d06daad6b Author:Xinchen Hui larue...@php.net Thu, 24 May 2012 23:34:14 +0800 Parents: 04fd0b1098005a20d6acdbc7d7bf7ea4e1287242 bde86a6639a661dcadb0ae4c3ce4cc8aca2a42b9 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: - Fixed magic file regex support: ext/fileinfo/libmagic/softmagic.c ext/fileinfo/tests/finfo_file_002.phpt ext/fileinfo/tests/finfo_file_regex.phpt ext/fileinfo/tests/resources/

2012-05-24 Thread Felipe Pena
Commit:11b4f3becd371dae9f76ec18d2197edf53130db7 Author:Felipe Pena felipe...@gmail.com Thu, 24 May 2012 13:42:47 -0300 Parents: f1969d4b4ce0ebd82b2582104bb99de4b5ac824e Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: - BFN: NEWS

2012-05-24 Thread Felipe Pena
Commit:abe0f17e8817eb3d81227ec9223f4674bab998c8 Author:Felipe Pena felipe...@gmail.com Thu, 24 May 2012 13:45:03 -0300 Parents: 11b4f3becd371dae9f76ec18d2197edf53130db7 Branches: PHP-5.3 Link:

[PHP-CVS] com php-src: Allow arbitrary expressions for empty(): NEWS UPGRADING Zend/tests/empty_with_expr.phpt Zend/tests/isset_expr_error.phpt Zend/tests/isset_func_error.phpt Zend/zend_compile.c Zen

2012-05-24 Thread Stanislav Malyshev
Commit:ec061a93c53c8cde10237741e98e992c1a05d148 Author:Nikita Popov ni...@php.net Thu, 12 Apr 2012 11:54:52 +0200 Parents: 5852e5f48d7b013108b98b9c57c18383765d21ea Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'pull-request/54': UPGRADING Zend/zend_compile.c

2012-05-24 Thread Stanislav Malyshev
Commit:b187c35f236edd7370d63f02c26d5272997830ee Author:Stanislav Malyshev s...@php.net Thu, 24 May 2012 14:17:07 -0500 Parents: 3bd0a52468b6776d87ac8a41c6a9be5101db2752 ec061a93c53c8cde10237741e98e992c1a05d148 Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/com_dotnet/com_misc.c ext/com_dotnet/com_olechar.c ext/com_dotnet/com_persist.c ext/com_dotnet/com_typeinfo.c ext/com_dotnet/com_variant

2012-05-24 Thread Johannes Schlüter
Commit:3cd50ca714fcf346aaa51a2c01c996c9434a2455 Author:Johannes Schlüter johan...@php.net Fri, 25 May 2012 00:23:51 +0200 Parents: 84b2c39920ff02c86a46eb9191c140a887938371 8fc9df3f67dc35bff019f538934322583fd5fefd Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Those changes are in 5.3.15: NEWS

2012-05-24 Thread Johannes Schlüter
Commit:cfea8e5d04168d296d75dec21f8f0f920f563f00 Author:Johannes Schlüter johan...@php.net Fri, 25 May 2012 00:20:29 +0200 Parents: 6c9056ceb722e26ad26f443841f856ee56f8e0fc Branches: PHP-5.3 PHP-5.4 master Link: