Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Andi Gutmans
By the way, I still haven't completely verified that this problem also happens with ZE1. The main problem is that it's hard to find because it seems to have to do with bison's stack (some kind of corruption). I haven't had time to report it to the bison guys to make sure it's not a bug in the en

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Sascha Schumann
> Again: bison is not run at all when compiling a regular PHP version. The files > generated by bison and flex are bundled in the source tarball. In order to accomodate regular administrators, the already existing bison check in configure should be extended to display appropiate compat

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Edin Kadribasic
On Friday 08 November 2002 13:47, Sascha Schumann wrote: > Again: > > buildconf does not run bison. > > There is no point to put a bison check into buildconf. > > The bison version number should be checked before bison is > actually run. That would be > > configure >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Sascha Schumann
> Since PHP distributions are shipped with bison and flex files pre-built, isn't > it more logical to put the chek in ./buildconf? Again: buildconf does not run bison. There is no point to put a bison check into buildconf. The bison version number should be checked before bison

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Edin Kadribasic
On Friday 08 November 2002 12:54, Sascha Schumann wrote: > > The same script doesn't work for me with Engine 2 bison > 1.28 and Engine > > 1 bison == 1.75 (I haven't tried other combinations yet. > > So this doesn't seem to be only an Engine 2 problem. > > Ok, then a suppressable configure-time

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Sascha Schumann
> The same script doesn't work for me with Engine 2 bison > 1.28 and Engine 1 > bison == 1.75 (I haven't tried other combinations yet. > So this doesn't seem to be only an Engine 2 problem. Ok, then a suppressable configure-time check needs to be added. - Sascha -- PHP Development Mail

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-11-08 Thread Andi Gutmans
At 12:29 PM 10/30/2002 +0100, Sascha Schumann wrote: >a) Bison is needed for CVS builds >b) Bison is not needed for snapshot/release builds >c) buildconf is needed for CVS builds At some point in time, the CVS becomes a release. Then you would need to move the check into conf

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Andi Gutmans
At 06:24 PM 10/30/2002 +0100, Sebastian Bergmann wrote: Andi Gutmans wrote: > Right, and if you try it with 1.28 it'll work. Is this is a bug in bison (and if so, do the bison developers know about it?), or a (temporary) issue with Zend Engine 2? I think (not sure) it's a bug in bison. I ha

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Sebastian Bergmann
Andi Gutmans wrote: > Right, and if you try it with 1.28 it'll work. Is this is a bug in bison (and if so, do the bison developers know about it?), or a (temporary) issue with Zend Engine 2? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-28 Thread Andi Gutmans
At 07:07 AM 10/28/2002 +0100, Sebastian Bergmann wrote: Andi Gutmans wrote: > Engine 2 doesn't seem to work with > 1.28. How does this show? Andi -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-27 Thread Derick Rethans
On Mon, 28 Oct 2002, Sebastian Bergmann wrote: > Andi Gutmans wrote: > > Engine 2 doesn't seem to work with > 1.28. > > How does this show? I had some very weird issues with the PEAR installer, which Andi traces back to a Bison problem. Derick -- ---

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-27 Thread Sebastian Bergmann
Andi Gutmans wrote: > Engine 2 doesn't seem to work with > 1.28. How does this show? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List