Re: [PHP-DEV] bison version check in configure

2003-09-11 Thread Sebastian Bergmann
Sascha Schumann wrote: > Have you verified that bison 1.875 generated parsers work > properly with complex scripts? Even trivial scripts don't work :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softw

Re: [PHP-DEV] bison version check in configure

2003-09-11 Thread Sascha Schumann
On Thu, 11 Sep 2003, Sebastian Bergmann wrote: > Sebastian Bergmann wrote: > > Looks like the bison version check in configure is not working: > > Looks like it's no longer needed, too: It is not needed once all incompatible bison installations have disappeared. Have you verified t

Re: [PHP-DEV] bison version check in configure

2003-09-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > [EMAIL PROTECTED]:/usr/src/php/php5/ > php --version > PHP 5.0.0b2-dev (cli) (built: Sep 9 2003 12:29:44) (DEBUG) Sebastian, you must not be trigger-happy when testing stuff like this. You tested the wrong executable: [EMAIL PROTECTED]:/usr/src/php/php5

Re: [PHP-DEV] bison version check in configure

2003-09-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Looks like the bison version check in configure is not working: Looks like it's no longer needed, too: [EMAIL PROTECTED]:/usr/src/php/php5/ > bison --version bison (GNU Bison) 1.875 [EMAIL PROTECTED]:/usr/src/php/php5/ > php --version PHP 5.0.0b2-dev

[PHP-DEV] bison version check in configure

2003-09-11 Thread Sebastian Bergmann
Looks like the bison version check in configure is not working: checking bison version... configure: warning: You will need bison 1.28, 1.35 or 1.75 if you want to regenerate the Zend parser (found 1.875). 1.875 (ok) -- Sebastian Bergmann http://sebastian-bergmann.de/