[PHP-CVS] com php-src: MFH: fixed a mistake on reverting my previous patch.: ext/standard/exec.c

2012-04-18 Thread Stanislav Malyshev
Commit:07679e98d6f28a8a71e27ead479ae65a72c0d58d Author:Rui Hirokawa rui.hirok...@gmail.com Mon, 9 Apr 2012 23:49:18 +0900 Committer: Stanislav Malyshev s...@php.net Fri, 13 Apr 2012 17:02:32 -0700 Parents: fa1437b144683eae4d253473c35e375f7b743811 Branches: PHP-5.4.1

[PHP-CVS] com php-src: Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash): NEWS Zend/tests/bug61761.phpt Zend/zend_compile.c

2012-04-18 Thread Xinchen Hui
Commit:1b29ba61de23f1e4d10472bf5dc1bf1db3f96328 Author:Xinchen Hui larue...@php.net Wed, 18 Apr 2012 17:40:18 +0800 Parents: 885e57517ad6057b497b2c90482ddb2d58ac1a2b Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Revert Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash): NEWS Zend/tests/bug61761.phpt Zend/zend_compile.c

2012-04-18 Thread Xinchen Hui
Commit:1bbb5069ff794f812ea0a67bdcbc928cecd0b10a Author:Xinchen Hui larue...@php.net Wed, 18 Apr 2012 17:47:39 +0800 Parents: 1b29ba61de23f1e4d10472bf5dc1bf1db3f96328 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash): NEWS Zend/tests/bug61761.phpt Zend/zend_compile.c

2012-04-18 Thread Xinchen Hui
Commit:da6465a268d9ece2ffd38447890b206dd94b3250 Author:Xinchen Hui larue...@php.net Wed, 18 Apr 2012 18:13:27 +0800 Parents: d55afe4df63945a6e3abe9892ba7836f83c74265 Branches: PHP-5.4 Link:

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

2012-04-18 Thread Johannes Schluuml;ter
Commit:d6394e66a31e788560e664d6823d30b2e759d7cb Author:Yasuo Ohgaki yohg...@ohgaki.net Tue, 17 Apr 2012 16:34:47 +0900 Committer: Johannes Schlüter johan...@php.net Wed, 18 Apr 2012 12:21:05 +0200 Parents: cce0f8e507c05ecc7c8222efa5005991f04ce4c0 Branches: PHP-5.4 master

[PHP-CVS] com php-src: Implement Request #47570 libpq's PG_VERSION should be exported to userland: ext/pgsql/pgsql.c

2012-04-18 Thread Johannes Schluuml;ter
Commit:cce0f8e507c05ecc7c8222efa5005991f04ce4c0 Author:Yasuo Ohgaki yohg...@ohgaki.net Fri, 30 Mar 2012 09:45:33 +0900 Committer: Johannes Schlüter johan...@php.net Wed, 18 Apr 2012 12:20:35 +0200 Parents: d55afe4df63945a6e3abe9892ba7836f83c74265 Branches: PHP-5.4 master

[PHP-CVS] HEADS UP: Force pushed to revert to d55afe4df63945a6e3abe9892ba7836f83c74265

2012-04-18 Thread Johannes Schlüter
Hi, the master branch was accidentally merged into the 5.4 branch. I reverted that by force pushing the old revision d55afe4df63945a6e3abe9892ba7836f83c74265 into PHP-5.4 and then cherry-picking all revisions since then. Please take a look and double-check that nothing was lost. If you pulled

[PHP-CVS] Re: [PHP-DEV] HEADS UP: Force pushed to revert to d55afe4df63945a6e3abe9892ba7836f83c74265

2012-04-18 Thread Johannes Schlüter
On Wed, 2012-04-18 at 12:35 +0200, Johannes Schlüter wrote: Hi, the master branch was accidentally merged into the 5.4 branch. I reverted that by force pushing the old revision d55afe4df63945a6e3abe9892ba7836f83c74265 into PHP-5.4 and then cherry-picking all revisions since then. Please

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

2012-04-18 Thread Xinchen Hui
Commit:172aa3c6d77ab4af9439131e960307659e0195ef Author:Xinchen Hui larue...@php.net Wed, 18 Apr 2012 18:42:39 +0800 Parents: 0618e33b5dbac73efc0893884051b5c24e7ab409 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Fix NEWS, the previous wrong was introduced in commit cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b: NEWS

2012-04-18 Thread Xinchen Hui
Commit:56d8d353009dbe9678fd292f205eaf32aca59b9e Author:Xinchen Hui larue...@php.net Wed, 18 Apr 2012 18:43:46 +0800 Parents: 172aa3c6d77ab4af9439131e960307659e0195ef Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Update generated file.: ext/pdo/pdo_sql_parser.c

2012-04-18 Thread Johannes Schluuml;ter
Commit:e946eaca0bc747615fabd0fedb8a92ea800ed158 Author:Johannes Schlüter johan...@php.net Wed, 18 Apr 2012 22:47:14 +0200 Parents: dda60f3014743fcbfc1078a8e52b4d7b2e09b839 Branches: PHP-5.3 PHP-5.4 master Link:

[PHP-CVS] com php-src: Ensure the SQL parser is regenerated after changes.: ext/pdo/Makefile.frag

2012-04-18 Thread Johannes Schluuml;ter
Commit:dda60f3014743fcbfc1078a8e52b4d7b2e09b839 Author:Johannes Schlüter johan...@php.net Wed, 18 Apr 2012 22:45:59 +0200 Parents: f3d86b314f4977f95844aa4eaa41759c8d71c247 Branches: PHP-5.3 PHP-5.4 master Link:

[PHP-CVS] com php-src: Fix slight grammar glitch (thanks Dan Brown): php.ini-development php.ini-production

2012-04-18 Thread Johannes Schluuml;ter
Commit:710021d1d4a57941450b7ed482e3c19cfe62fecf Author:Johannes Schlüter johan...@php.net Thu, 19 Apr 2012 00:07:40 +0200 Parents: e946eaca0bc747615fabd0fedb8a92ea800ed158 Branches: PHP-5.3 PHP-5.4 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: php.ini-development php.ini-production

2012-04-18 Thread Johannes Schluuml;ter
Commit:cc85e7c31391de9acdd348c947c9165520a924a2 Author:Johannes Schlüter johan...@php.net Thu, 19 Apr 2012 00:08:36 +0200 Parents: 900751e8ae4ed2af3e63e7c355fac59f6f932254 710021d1d4a57941450b7ed482e3c19cfe62fecf Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': php.ini-development php.ini-production

2012-04-18 Thread Johannes Schluuml;ter
Commit:9ca4710c9fb09bca31726e902e2eedab6c6abc94 Author:Johannes Schlüter johan...@php.net Thu, 19 Apr 2012 00:08:42 +0200 Parents: f3b3450f010a8368a142034cef56fbab7f26212e cc85e7c31391de9acdd348c947c9165520a924a2 Branches: master Link:

[PHP-CVS] com php-src: Drop old README: README.Zeus

2012-04-18 Thread Johannes Schlüter
Commit:4650b2164b641ba3fd9d733e8cc82e386aa98772 Author:Johannes Schlüter johan...@php.net Thu, 19 Apr 2012 00:29:24 +0200 Parents: 710021d1d4a57941450b7ed482e3c19cfe62fecf Branches: PHP-5.3 PHP-5.4 master Link: