Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Antony Dovgal
On 08.06.2006 01:13, Mark Spruiell wrote: On 08.06.2006 01:56, Antony Dovgal wrote: Do you have a patch? I was a bit concerned about the fact that these are bison-generated files. Doesn't that imply a bug in whatever version of bison was used to generate these files? And wouldn't the bug inst

Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Mark Spruiell
On 08.06.2006 01:56, Antony Dovgal wrote: > Do you have a patch? I was a bit concerned about the fact that these are bison-generated files. Doesn't that imply a bug in whatever version of bison was used to generate these files? And wouldn't the bug instantly reappear as soon as these files are re

Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Antony Dovgal
On 08.06.2006 01:56, Antony Dovgal wrote: On 07.06.2006 22:53, Mark Spruiell wrote: Building PHP 5.1.4 on AIX fails in two places with a syntax error: Zend/zend_language_parser.c:2585 Zend/zend_ini_parser.c:1081 The offending code is the same in both cases, which is not surprising since they a

Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Antony Dovgal
On 07.06.2006 22:53, Mark Spruiell wrote: Building PHP 5.1.4 on AIX fails in two places with a syntax error: Zend/zend_language_parser.c:2585 Zend/zend_ini_parser.c:1081 The offending code is the same in both cases, which is not surprising since they are both bison-generated files: #if defined

[PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Mark Spruiell
Building PHP 5.1.4 on AIX fails in two places with a syntax error: Zend/zend_language_parser.c:2585 Zend/zend_ini_parser.c:1081 The offending code is the same in both cases, which is not surprising since they are both bison-generated files: #if defined (__STDC__) || defined (__cplusplus) int yyp