[PHP-DEV] CVS Account Request: preilly

2003-09-11 Thread Patrick Reilly
To help with the documentation on the site. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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/

[PHP-DEV] disable_functions perdir for 4.3.3

2003-09-11 Thread Tvrtko A. Uršulin
Hello there! I made a patch (attached) for supporting disabling functions per virtual directory. I think it is working - haven't found a bug so far. Patch is against php 4.3.3 and touches only two files, main/main.c and sapi/apache/mod_php4.c. What do you think about it? Any chance of gettin

[PHP-DEV] Re: error in interbase.c

2003-09-11 Thread Ard Biesheuvel
line 328 is.. qd->gds_quad_low = (unsigned ISC_LONG) (res & 0x); */ removing the unsigned fixes it for me qd->gds_quad_low = (ISC_LONG) (res & 0x); Thanks for the report. It was only changed recently because IB < 6 doesn't define ISC_ULONG. Apparently, FB defines ISC_LONG as 'signed