Re: [PHP-DEV] bison version check

2005-04-23 Thread Marcus Boerger
Hello Sebastian, are you sure it works (e.g. the corresponding test succeed)? Saturday, April 23, 2005, 10:52:29 AM, you wrote: > I have bison 2.0 on my Gentoo Linux system an PHP's configure script > gives a warning >checking for bison version... invalid >configure: WARNING: You wi

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