Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-10-11 Thread Jani Taskinen
Well, you should know best. :D Is there any reason NOT to use older versions? I'd rather not make it a requirement just because something is latest and greatest.. --Jani On Wed, 2007-10-10 at 19:55 +0200, Marcus Boerger wrote: > Hello Jani, > > how about requiring 0.12.2 or even 0.12.3? > >

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-10-10 Thread Marcus Boerger
Hello Jani, how about requiring 0.12.2 or even 0.12.3? marcus Wednesday, October 10, 2007, 11:28:51 AM, you wrote: > janiWed Oct 10 09:28:51 2007 UTC > Modified files: (Branch: PHP_5_2) > /php-src/ext/standard url_scanner_ex.c > Log: > - Generated wi

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-10-10 Thread Jani Taskinen
janiWed Oct 10 09:28:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard url_scanner_ex.c Log: - Generated with more recent re2c version http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url_scanner_ex.c?r1=1.95.2.4.2.4&r2=1.95.2.4.2.5&d

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-07 Thread Jani Taskinen
And another one seems to be ext/pdo/pdo_sql_parser.re. Is there some reason not to have the build rules for these? The generated .c files can still be committed and the -g for gcc forced in the Makefile.frag if re2c exists.. --Jani On Thu, 2007-06-07 at 08:06 +0200, Marcus Boerger wrote: > Hel

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Marcus Boerger
Hello Jani, we have .re files that are being generated only manually. For one instance look into date lib. best regards marcus Thursday, June 7, 2007, 2:41:10 AM, you wrote: > What do you mean with "not all .re files have rules" ?? > --Jani > Marcus Boerger kirjoitti: >> Hello Nuno, >> >>

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Jani Taskinen
What do you mean with "not all .re files have rules" ?? --Jani Marcus Boerger kirjoitti: Hello Nuno, not all .re files have rules. MAybe we could collect the .re files in the buildconf or configure process and automatically generate a makefile target re2c if re2c is available. This rulesset

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Marcus Boerger
Hello Nuno, not all .re files have rules. MAybe we could collect the .re files in the buildconf or configure process and automatically generate a makefile target re2c if re2c is available. This rulesset might as well check if we develop using gcc and pass -g to re2c in that case. best regards m

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Nuno Lopes
yep. letting 'make' regenerate the files should do the trick. Thanks, Nuno - Original Message - I guess you need to generate the files the "correct way" :) It should happen automatically when you do the test build..? :D (just don't run re2c manually) --Jani Antony Dovgal kirjoitti: O

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Jani Taskinen
I guess you need to generate the files the "correct way" :) It should happen automatically when you do the test build..? :D (just don't run re2c manually) --Jani Antony Dovgal kirjoitti: On 06.06.2007 20:00, Ilia Alshanetsky wrote: Nuno, What does the gcov build need that my re2c is not doing

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Antony Dovgal
On 06.06.2007 20:00, Ilia Alshanetsky wrote: Nuno, What does the gcov build need that my re2c is not doing so that I can fix it for the future. Apparently it needs full path, not just filename. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Ilia Alshanetsky
Nuno, What does the gcov build need that my re2c is not doing so that I can fix it for the future. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Nuno Lopes
nlopess Wed Jun 6 12:27:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard url_scanner_ex.c Log: fix gcov build for the 100th time.. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url_scanner_ex.c?r1=1.95.2.4.2.2&r2=1.95.2.4.2.3&diff_fo