Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Derick Rethans
On Mon, 31 Mar 2008, Marcus Boerger wrote: > we are relying on it as only current HEAD of re2c can actually build the > language parser. At the current stage there is noone that must build the > language scanner. If so you need to install it from re2c's trunc. Otherwise > you can just take the g

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-04-01 Thread Derick Rethans
On Mon, 31 Mar 2008, Marcus Boerger wrote: > Monday, March 31, 2008, 5:09:23 PM, you wrote: > > > On Mon, 31 Mar 2008, Marcus Boerger wrote: > > >> this doesn't work! When allowing to wotk with 0.13.3 then you will end up > >> in a broken .c. Since we have the stuff checked in there really is

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Jani Taskinen
On Tue, 2008-04-01 at 09:41 +0200, Derick Rethans wrote: > On Mon, 31 Mar 2008, Marcus Boerger wrote: > > > we are relying on it as only current HEAD of re2c can actually build the > > language parser. At the current stage there is noone that must build the > > language scanner. If so you need t

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-04-01 Thread Marcus Boerger
Hello Gwynne, this way we always have -O2 on darwin. Howabout doing the extraction part correct and stop extracting at the first whitespace after -g? Because otherwise you cannot try -O3 nor can you try to get a -O0 build for debugging. marcus Tuesday, April 1, 2008, 4:37:02 AM, you wrot

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Marcus Boerger
Hello Derick, Tuesday, April 1, 2008, 9:41:08 AM, you wrote: > On Mon, 31 Mar 2008, Marcus Boerger wrote: >> we are relying on it as only current HEAD of re2c can actually build the >> language parser. At the current stage there is noone that must build the >> language scanner. If so you need

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4

2008-04-01 Thread Pierre Joye
On Tue, Apr 1, 2008 at 12:02 PM, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Derick, > > > Tuesday, April 1, 2008, 9:41:08 AM, you wrote: > > > On Mon, 31 Mar 2008, Marcus Boerger wrote: > > >> we are relying on it as only current HEAD of re2c can actually build the > >> language parser

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-04-01 Thread Gwynne Raskind
On Apr 1, 2008, at 6:05 AM, Marcus Boerger wrote: Hello Gwynne, this way we always have -O2 on darwin. Howabout doing the extraction part correct and stop extracting at the first whitespace after -g? Because otherwise you cannot try -O3 nor can you try to get a -O0 build for debugging. m

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c

2008-04-01 Thread Ilia Alshanetsky
iliaa Tue Apr 1 18:28:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: Fixed bug #44594 (imap_open() does not validate # of retries parameter) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.5&r

[PHP-CVS] cvs: php-src /ext/imap php_imap.c

2008-04-01 Thread Ilia Alshanetsky
iliaa Tue Apr 1 18:29:09 2008 UTC Modified files: /php-src/ext/imap php_imap.c Log: MFB: Fixed bug #44594 (imap_open() does not validate # of retries parameter) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.245&r2=1.246&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 oci8.c php_oci8.h

2008-04-01 Thread Christopher Jones
sixdTue Apr 1 18:37:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/oci8 oci8.c php_oci8.h Log: Use new version macro. Make code portable to older PHP versions http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.12&r2=1.2

[PHP-CVS] cvs: php-src /ext/oci8 oci8.c

2008-04-01 Thread Christopher Jones
sixdTue Apr 1 18:38:17 2008 UTC Modified files: /php-src/ext/oci8 oci8.c Log: Use new version macro http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.346&r2=1.347&diff_format=u Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.346

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c

2008-04-01 Thread Felipe Pena
felipe Tue Apr 1 18:48:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.6&r2=1.208.2.7.2.26.2.7&diff_format=u Index: php-src/ext/imap/php_imap.c

[PHP-CVS] cvs: php-src /ext/imap php_imap.c

2008-04-01 Thread Felipe Pena
felipe Tue Apr 1 18:48:41 2008 UTC Modified files: /php-src/ext/imap php_imap.c Log: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.246&r2=1.247&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.246 p

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-04-01 Thread Johannes Schlüter
Gwynne, On Tue, 2008-04-01 at 13:39 -0400, Gwynne Raskind wrote: > -O2 is prepended to CFLAGS; with GCC the *last* -O option specified > takes precedence. Anything specified by the user will thus override > the default -O2. I admit this isn't the cleanest possible solution, > but it works, a