[PHP-CVS] com php-src: Fix typo: ext/skeleton/skeleton.c

2013-04-05 Thread Xinchen Hui
Commit:39bc1bd25f765726e6cdf15fd663b2c1430d2c8a Author:Carson McDonald Fri, 5 Apr 2013 10:53:13 -0400 Committer: Xinchen Hui Fri, 5 Apr 2013 23:27:34 +0800 Parents: 1bcaf771dcb244aa1109d8a0ab7678f8e01d9680 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/

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-05 Thread Laruence
Hey: the reason I am not sure about that is, the YYPARSE_PARAM is an bison specific macro, so it's a little weird if we define them in another header file... thanks On Fri, Apr 5, 2013 at 11:13 PM, Laruence wrote: > Hey: > I found another way, which will not break bison 2.3 support

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-05 Thread Laruence
Hey: I found another way, which will not break bison 2.3 support. that is, move the YYPARSE_PARAM definition into zend.h, or other header file which will always include before zend_language_parser.h and also include by zend_language_parse.c what do you think? thanks On Thu, Apr 4

[PHP-CVS] com php-src: Drop support for bison < 2.4 when building PHP from GIT source: NEWS Zend/acinclude.m4

2013-04-05 Thread Xinchen Hui
Commit:5c4d9123fa48475bc2e297c57c2ab67e0be7b289 Author:Xinchen Hui Fri, 5 Apr 2013 21:35:09 +0800 Parents: ce88a82ad3b7745149581322d3996dc6eb55 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5c4d9123fa48475bc2e297c57c2ab67e0be7b289