Re: [PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: NEWS Zend/zend_language_parser.y

2013-04-03 Thread Johannes Schlüter
Hi, On Mon, 2013-03-25 at 15:48 +, Xinchen Hui wrote: > +%code requires { > +#ifdef ZTS > +# define YYPARSE_PARAM tsrm_ls > +# define YYLEX_PARAM tsrm_ls > +#endif > +} > + This doesn't seem to work with bison 2.3, either we have to increase the bison dependency or find another fix. Bison 2.

Re: [PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: NEWS Zend/zend_language_parser.y

2013-04-03 Thread Laruence
On Wed, Apr 3, 2013 at 4:56 PM, Johannes Schlüter wrote: > Hi, > > On Mon, 2013-03-25 at 15:48 +, Xinchen Hui wrote: > > +%code requires { > > +#ifdef ZTS > > +# define YYPARSE_PARAM tsrm_ls > > +# define YYLEX_PARAM tsrm_ls > > +#endif > > +} > > + > > This doesn't seem to work with bison 2.3

Re: [PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: NEWS Zend/zend_language_parser.y

2013-04-03 Thread Johannes Schlüter
On Wed, 2013-04-03 at 18:26 +0800, Laruence wrote: > > Hey: yes, %code is introduced in bison 2.3+(it is said is 2.3a) . > > so, maybe we need to drop supports of 2.3 in 5.5 release, or > revert this fix,, wait for somethings (like one year) > > thanks > Bison 2.4 is from November 20

[PHP-CVS] com php-src: Fix #64572: Clean up after the test: ext/standard/tests/file/bug44805.phpt

2013-04-03 Thread Xinchen Hui
Commit:99ad08f9a5e696654676e9db8872e4198b738936 Author:ptarjan Tue, 2 Apr 2013 19:24:11 -0700 Committer: Xinchen Hui Wed, 3 Apr 2013 18:50:27 +0800 Parents: e8d80b770bd0f284395e035820c1c1994c0a61c3 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitd

[PHP-CVS] com php-src: Fix #64572: Clean up after the test: Zend/tests/bug60771.phpt

2013-04-03 Thread Xinchen Hui
Commit:e8d80b770bd0f284395e035820c1c1994c0a61c3 Author:ptarjan Tue, 2 Apr 2013 19:24:11 -0700 Committer: Xinchen Hui Wed, 3 Apr 2013 18:50:18 +0800 Parents: e34767d4266b0f9e0444e775a82467dc1926a9a2 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitd

Re: [PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: NEWS Zend/zend_language_parser.y

2013-04-03 Thread Laruence
On Wed, Apr 3, 2013 at 6:44 PM, Johannes Schlüter wrote: > On Wed, 2013-04-03 at 18:26 +0800, Laruence wrote: > > > > Hey: yes, %code is introduced in bison 2.3+(it is said is 2.3a) . > > > > so, maybe we need to drop supports of 2.3 in 5.5 release, or > > revert this fix,, wait for someth

[PHP-CVS] com php-src: Fix test due to opcache: Zend/tests/bug43450.phpt

2013-04-03 Thread Xinchen Hui
Commit:42f94aa9783c72411336dfc39a8b7335cb45854c Author:Xinchen Hui Wed, 3 Apr 2013 19:52:09 +0800 Parents: bbb4a44f987904846bcdb0ed461f1af8040ef872 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=42f94aa9783c72411336dfc39a8b7335cb45854c Log: Fix

[PHP-CVS] com php-src: Fix bug #64555: foreach no longer copies keys if they are interned: NEWS Zend/tests/bug64555.phpt Zend/zend_hash.c

2013-04-03 Thread Nikita Popov
Commit:1f34ccbe34783f5671bc2a68e7299cea7493c82b Author:Nikita Popov Wed, 3 Apr 2013 20:29:19 +0200 Parents: 42f94aa9783c72411336dfc39a8b7335cb45854c Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1f34ccbe34783f5671bc2a68e7299cea7493c82b

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: Zend/zend_execute.c

2013-04-03 Thread Xinchen Hui
Commit:db3d629f0578b783a48302a64a0d755942f6c574 Author:Xinchen Hui Thu, 4 Apr 2013 13:40:46 +0800 Parents: 99ad08f9a5e696654676e9db8872e4198b738936 7fc8077e4caf1ac62e9591775f7779eb1a7c25ad Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=db3d629f

[PHP-CVS] com php-src: Fixed Bug #64578: Zend/zend_execute.c

2013-04-03 Thread Xinchen Hui
Commit:7fc8077e4caf1ac62e9591775f7779eb1a7c25ad Author:Xinchen Hui Thu, 4 Apr 2013 13:40:21 +0800 Parents: 9456dac54e89bdfdf9904739bae315aae9a14a81 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7fc8077e4caf1ac62e9591775f7779eb1a7c25ad Log: Fix

[PHP-CVS] com php-src: Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault): NEWS Zend/tests/bug64578.phpt Zend/zend_execute.c

2013-04-03 Thread Xinchen Hui
Commit:c96a5bc6be99ff8a4c5dbc1ea3c04d8144bc47a9 Author:Xinchen Hui Thu, 4 Apr 2013 14:34:11 +0800 Parents: 9456dac54e89bdfdf9904739bae315aae9a14a81 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c96a5bc6be99ff8a4c5dbc1ea3c04d8144bc47a9 Log: Fix

[PHP-CVS] com php-src: Use 5.4 specifical warnnig & Update NEWs: NEWS Zend/tests/bug64578.phpt

2013-04-03 Thread Xinchen Hui
Commit:82ac3106e061b31ccbbf53a5276eae441254057d Author:Xinchen Hui Thu, 4 Apr 2013 14:47:49 +0800 Parents: f4f8b5a94b57bbbc384e94de9e6d771d4dbb1e5e Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=82ac3106e061b31ccbbf53a5276eae441254057d Log: Use

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

2013-04-03 Thread Xinchen Hui
Commit:34c5b80595b11ae072733913628ac972f8cb8b04 Author:Xinchen Hui Thu, 4 Apr 2013 14:49:22 +0800 Parents: 65e368debdbc0f321af95e402b0d151288018ba2 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=34c5b80595b11ae072733913628ac972f8cb8b04 Log: Upd

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend_execute.c

2013-04-03 Thread Xinchen Hui
Commit:65e368debdbc0f321af95e402b0d151288018ba2 Author:Xinchen Hui Thu, 4 Apr 2013 14:48:53 +0800 Parents: 1f34ccbe34783f5671bc2a68e7299cea7493c82b 82ac3106e061b31ccbbf53a5276eae441254057d Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=65e368de