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

2013-03-20 Thread Stanislav Malyshev
Commit:5aaff8d634ec919a5fa24c05485b5ad250588982 Author:Stanislav Malyshev s...@php.net Tue, 19 Mar 2013 22:32:50 -0700 Parents: cb76420fe04d6d5531d5f98c1c232696ed4d361c Branches: PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Backported fix for bug #62852: NEWS ext/date/php_date.c ext/date/tests/bug62852.phpt ext/date/tests/bug62852_var2.phpt ext/date/tests/bug62852_var3.phpt

2013-03-20 Thread Anatol Belski
Stas, The issue is that a warning wouldn't destroy that object. That object will occasionally segfault PHP. E_ERROR is the simplest solution which doesn't change the behavior of the normal operations. There is another one bug #53437. The patch there has E_ERROR as well, but for the same reason.

Re: [PHP-CVS] com php-src: Backported fix for bug #62852: NEWS ext/date/php_date.c ext/date/tests/bug62852.phpt ext/date/tests/bug62852_var2.phpt ext/date/tests/bug62852_var3.phpt

2013-03-20 Thread Stas Malyshev
Hi! The issue is that a warning wouldn't destroy that object. That object will occasionally segfault PHP. E_ERROR is the simplest solution which doesn't change the behavior of the normal operations. Can't we just reset the object data to some known zero state? Having E_ERROR in a function

[PHP-CVS] com php-src: Fixed bug #64452 Zip PHPTs crash intermittently: NEWS ext/zip/lib/zip_close.c ext/zip/lib/zip_dirent.c

2013-03-20 Thread Anatol Belski
Commit:bb935ff8dc65c52efea6aae6697a806dc86c8580 Author:Anatol Belski a...@php.net Wed, 20 Mar 2013 09:10:10 +0100 Parents: 8d199c7c4f93ebe5b9293096143d7007a6ad13a4 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link:

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

2013-03-20 Thread Anatol Belski
Commit:bf8026aacf6ebeafca9c78928e3e660d7698ff6a Author:Anatol Belski a...@php.net Wed, 20 Mar 2013 09:15:16 +0100 Parents: 0125ec77d21fa585206617fc593da3ebce74304a Branches: PHP-5.5 master Link:

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

2013-03-20 Thread Anatol Belski
Commit:0881ff046686197984013e3ca3d84a797144ffcd Author:Anatol Belski a...@php.net Wed, 20 Mar 2013 09:13:13 +0100 Parents: 06a526be3e0e819b48b340eae3e8b315beba441c Branches: PHP-5.4 PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Backported fix for bug #62852: NEWS ext/date/php_date.c ext/date/tests/bug62852.phpt ext/date/tests/bug62852_var2.phpt ext/date/tests/bug62852_var3.phpt

2013-03-20 Thread Anatol Belski
On Wed, March 20, 2013 09:05, Stas Malyshev wrote: Hi! The issue is that a warning wouldn't destroy that object. That object will occasionally segfault PHP. E_ERROR is the simplest solution which doesn't change the behavior of the normal operations. Can't we just reset the object data to

[PHP-CVS] com php-src: - config.m4 sync with .w32: ext/gd/config.m4

2013-03-20 Thread Pierre Joye
Commit:00a53ca817fcc5bca852e5ed65ee4136210601a2 Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 07:52:23 +0100 Parents: 22159fb7b7324c3d4bb9fe00d3d2ce575a15743d Branches: master Link:

[PHP-CVS] com php-src: - fix unix build: ext/gd/libgd/gd_interpolation.c

2013-03-20 Thread Pierre Joye
Commit:a46065ef7105514cc9b866b907ae6dd0ad529d25 Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 09:24:54 +0100 Parents: a7a53d369bfcf3208b445b9aa12aa8a6e114c5fd Branches: master Link:

[PHP-CVS] com php-src: - add imageaffinematrixget and imagematrixconcat: ext/gd/gd.c ext/gd/libgd/gd_interpolation.c ext/gd/php_gd.h

2013-03-20 Thread Pierre Joye
Commit:1ec484d3c536e85bc536e809a403ce5e7d7849d8 Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 12:19:03 +0100 Parents: 780c6e0a9cedb8dbecf5e4aca00996c73c0723d5 Branches: master Link:

[PHP-CVS] com php-src: - add affine matrix helper for translate, scale, rotate and shear: ext/gd/gd.c ext/gd/libgd/gd.h ext/gd/php_gd.h

2013-03-20 Thread Pierre Joye
Commit:780c6e0a9cedb8dbecf5e4aca00996c73c0723d5 Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 11:01:37 +0100 Parents: a46065ef7105514cc9b866b907ae6dd0ad529d25 Branches: master Link:

[PHP-CVS] com php-src: - add new interpolation method . imagescale . imageaffine . replace imagerotate with new generic and optimized new implementations . imagesetinterpolationmethod, to set

2013-03-20 Thread Pierre Joye
Commit:22159fb7b7324c3d4bb9fe00d3d2ce575a15743d Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 07:46:59 +0100 Parents: cb76420fe04d6d5531d5f98c1c232696ed4d361c Branches: master Link:

[PHP-CVS] com php-src: - update the comment to match the code/features: ext/gd/libgd/gd_interpolation.c

2013-03-20 Thread Pierre Joye
Commit:f0078897c7a76bf9332fb1c19aeb51a9e28bab9f Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 12:29:47 +0100 Parents: 1ec484d3c536e85bc536e809a403ce5e7d7849d8 Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c

2013-03-20 Thread Pierre Joye
Commit:09854f1fb9d4fbd11ef36a1d5cd11eec63569458 Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 12:34:51 +0100 Parents: 83e81c40ae61b66dc9ae1f804ee623fdeca66ac8 ff7d7bb290176f76a9108c839a38ecf39d4fef87 Branches: master Link:

[PHP-CVS] com php-src: - add gd changes: UPGRADING

2013-03-20 Thread Pierre Joye
Commit:ff7d7bb290176f76a9108c839a38ecf39d4fef87 Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 12:34:01 +0100 Parents: f0078897c7a76bf9332fb1c19aeb51a9e28bab9f Branches: master Link:

[PHP-CVS] com php-src: - ws: UPGRADING

2013-03-20 Thread Pierre Joye
Commit:15ecea760284008ec755ab467f97d3987cca80fb Author:Pierre Joye pierre@gmail.com Wed, 20 Mar 2013 12:37:13 +0100 Parents: ff7d7bb290176f76a9108c839a38ecf39d4fef87 Branches: master Link:

[PHP-CVS] com php-src: NEWS for array_column: NEWS

2013-03-20 Thread David Soria Parra
Commit:66b4e5cdec09782b3036a9c86250b09f6d22f521 Author:David Soria Parra d...@php.net Wed, 20 Mar 2013 13:14:20 +0100 Parents: 0173c4bab0357e58e74e2a84b18fa31034699582 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'pull-request/257' into PHP-5.5: ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h

2013-03-20 Thread David Soria Parra
Commit:0173c4bab0357e58e74e2a84b18fa31034699582 Author:David Soria Parra d...@php.net Wed, 20 Mar 2013 13:02:33 +0100 Parents: bf8026aacf6ebeafca9c78928e3e660d7698ff6a f5bf1ba88fbacfebbb59b1e7bf43dd73649fa686 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Fix compile-time warnings: ext/standard/array.c

2013-03-20 Thread David Soria Parra
Commit:f5bf1ba88fbacfebbb59b1e7bf43dd73649fa686 Author:Ben Ramsey ram...@php.net Tue, 19 Mar 2013 20:44:19 -0500 Parents: 3439a098a0b646ff05d4da9748996214cac39d12 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Removed array_pluck() alias: ext/standard/basic_functions.c ext/standard/tests/array/array_column_pluck_alias.phpt ext/standard/tests/array/array_column_pluck_alia

2013-03-20 Thread David Soria Parra
Commit:3439a098a0b646ff05d4da9748996214cac39d12 Author:Ben Ramsey ram...@php.net Mon, 14 Jan 2013 10:04:14 -0600 Parents: a1876b6846898724f564208f78281dfd8ce07112 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Set array_pluck as an alias for array_column: ext/standard/basic_functions.c ext/standard/tests/array/array_column_pluck_alias.phpt ext/standard/tests/array/array_

2013-03-20 Thread David Soria Parra
Commit:a1876b6846898724f564208f78281dfd8ce07112 Author:Ben Ramsey ram...@php.net Fri, 11 Jan 2013 17:09:34 -0600 Parents: 5bc2854b37778d7f402db8bb9be9fe33df64258e Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Implement ability to specify an index column: ext/standard/array.c ext/standard/basic_functions.c ext/standard/tests/array/array_column_basic.phpt ext/standard/tes

2013-03-20 Thread David Soria Parra
Commit:5bc2854b37778d7f402db8bb9be9fe33df64258e Author:Ben Ramsey ram...@php.net Fri, 11 Jan 2013 16:57:11 -0600 Parents: 94d5b2519aa6790e603cec7a054900941ffe07a9 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Cleaning up a memory leak.: ext/standard/array.c

2013-03-20 Thread David Soria Parra
Commit:94d5b2519aa6790e603cec7a054900941ffe07a9 Author:Ben Ramsey ram...@php.net Thu, 21 Jun 2012 12:47:54 -0500 Parents: 20ab30339d9731dd6e85ea5029280148f519cdc7 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Adding test for IS_OBJECT and converting object to string: ext/standard/array.c ext/standard/tests/array/array_column_basic.phpt

2013-03-20 Thread David Soria Parra
Commit:20ab30339d9731dd6e85ea5029280148f519cdc7 Author:Ben Ramsey ram...@php.net Sun, 15 Apr 2012 21:40:45 -0500 Parents: 66a02eb25e1533c2ace47f8d934b193ebe317cde Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Using add_next_index_zval() at nikic's recommendation.: ext/standard/array.c

2013-03-20 Thread David Soria Parra
Commit:66a02eb25e1533c2ace47f8d934b193ebe317cde Author:Ben Ramsey ram...@php.net Sat, 14 Apr 2012 11:36:58 -0500 Parents: 5f6b20a44d833ede5e47b3b09c98678522347de1 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Improved tests: ext/standard/tests/array/array_column.phpt ext/standard/tests/array/array_column_basic.phpt ext/standard/tests/array/array_column_error.phpt

2013-03-20 Thread David Soria Parra
Commit:5f6b20a44d833ede5e47b3b09c98678522347de1 Author:Ben Ramsey ram...@php.net Sat, 14 Apr 2012 11:19:55 -0500 Parents: e921d28ae31e77965800c29454c4d426650126f0 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: array_column: Cleaning up, as recommended in pull request #56 comments: ext/standard/array.c

2013-03-20 Thread David Soria Parra
Commit:e921d28ae31e77965800c29454c4d426650126f0 Author:Ben Ramsey ram...@php.net Sat, 14 Apr 2012 08:23:51 -0500 Parents: 10da6f00b8d0fa573b3c44f685377a98a816af51 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Simplify the code and use zend_hash_next_index_insert(): ext/standard/array.c

2013-03-20 Thread David Soria Parra
Commit:6a27b890e6d643f17072e561a5d4f87211195a7c Author:Ben Ramsey ram...@php.net Sat, 14 Apr 2012 02:39:25 -0500 Parents: dc4dfe8ae019ec1fddc05ac340ed612a9c3f6d34 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Implement new array function array_column(): ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h ext/standard/tests/array/array_column.phpt

2013-03-20 Thread David Soria Parra
Commit:9035a1ed246d4d2d867edc01616ca96b40a7cd11 Author:Ben Ramsey ram...@php.net Fri, 13 Apr 2012 23:17:56 -0500 Parents: e1410b5a70543856de3978603b41fbf2ca5d330c Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: NEWS section for beta 2: NEWS

2013-03-20 Thread David Soria Parra
Commit:225835045045c9227199382f763f424e2d3be1e2 Author:David Soria Parra d...@php.net Wed, 20 Mar 2013 15:07:08 +0100 Parents: 7f2424bb1d329bb25694f309b09905180aca228e Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: NEWS for beta 1: NEWS

2013-03-20 Thread David Soria Parra
Commit:7f2424bb1d329bb25694f309b09905180aca228e Author:David Soria Parra d...@php.net Wed, 20 Mar 2013 15:06:15 +0100 Parents: 52171aeaf41545205fb960e1a01d4dd33d09137b Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Allow local override of PHPROOT in makedist: makedist

2013-03-20 Thread David Soria Parra
Commit:52171aeaf41545205fb960e1a01d4dd33d09137b Author:David Soria Parra d...@php.net Wed, 20 Mar 2013 15:16:24 +0100 Parents: 66b4e5cdec09782b3036a9c86250b09f6d22f521 Branches: PHP-5.5 master Link:

[PHP-CVS] tag php-src: create tag php-5.5.0beta1

2013-03-20 Thread David Soria Parra
Tag php-5.5.0beta1 in php-src.git was created Tag: 90029edadd35fc2a61f812c34f9374c338ce8016 Tagger: David Soria Parrad...@php.net Wed Mar 20 15:17:06 2013 +0100 Log: PHP 5.5.0 Beta 1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.13 (GNU/Linux)

[PHP-CVS] com php-src: add array_column(): UPGRADING

2013-03-20 Thread Stanislav Malyshev
Commit:6f17c6242fcc1c26ba987f185662b8dd815fd7dc Author:Stanislav Malyshev s...@php.net Wed, 20 Mar 2013 14:14:17 -0700 Parents: 225835045045c9227199382f763f424e2d3be1e2 Branches: PHP-5.5 Link:

[PHP-CVS] com php-src: fix memory leak: ext/spl/spl_dllist.c

2013-03-20 Thread Xinchen Hui
Commit:d99c14b1a64ffe18fd6ed45e956ace020fcd8440 Author:Xinchen Hui larue...@php.net Thu, 21 Mar 2013 10:56:30 +0800 Parents: 45b1d014f262a7881095b8f413e8ee43de6e8e6f Branches: master Link:

[PHP-CVS] com php-src: fix memory leak: ext/spl/spl_dllist.c

2013-03-20 Thread Xinchen Hui
Commit:da6916a770b7be6e029579a1d34302b5d2112ece Author:Xinchen Hui larue...@php.net Thu, 21 Mar 2013 10:56:30 +0800 Parents: 6f17c6242fcc1c26ba987f185662b8dd815fd7dc Branches: PHP-5.5 Link:

[PHP-CVS] com php-src: Fixed bug #64432 (more empty delimiter warning in strX methods): NEWS ext/standard/string.c ext/standard/tests/strings/stristr_error.phpt ext/standard/tests/strings/strstr.phpt

2013-03-20 Thread Xinchen Hui
Commit:0fd3572f4edbe7b3d9efdd212e214a9052dcfd01 Author:Xinchen Hui larue...@php.net Thu, 21 Mar 2013 11:14:10 +0800 Parents: 0881ff046686197984013e3ca3d84a797144ffcd Branches: PHP-5.4 Link:

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

2013-03-20 Thread Xinchen Hui
Commit:b29a9fa75d12c781495fdc271c5ed14901464898 Author:Xinchen Hui larue...@php.net Thu, 21 Mar 2013 11:14:36 +0800 Parents: da6916a770b7be6e029579a1d34302b5d2112ece 0fd3572f4edbe7b3d9efdd212e214a9052dcfd01 Branches: PHP-5.5 Link: