[PHP-DEV] CVS account request

2005-10-21 Thread Tatsuya Tsuruoka
Hi, I'm co-maintainer of PEAR::Services_Amazon[1]. I'm going to commit my changes to CVS. So I need to access pear/Services_Amazon[2]. I applied for a CVS account before and I can't get it yet. [3] Could someone give me a CVS account? [1] http://pear.php.net/package/Services_Amazon [2] http://

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.ingen_php_cov

2005-10-21 Thread Marcus Boerger
Hello Nuno, the use of environment is inacceptable here. Just invent some new switch. Probably "run.tests.php -m" as in memleaks? Also defining VALGRIND and then doing 'system_with_timeout(VALGRIND.$cmd);' is ugly style and there is no need to have that define anyway. You could easily just chang

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.ingen_php_cov

2005-10-21 Thread Nuno Lopes
Hi Marcus, And what about generate the files with *relative* paths. The #line directives are very usefull for debuging, so I think they should continue there, but with relative paths, not to the path where Ilia or Jani have their php sources. I've updated my patch (to latest HEAD) to 'run-te

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.in gen_php_cov

2005-10-21 Thread Marcus Boerger
Hello Jani, we should change LEX/YACC/RE2C in gcov mode to omit those lines marcus Thursday, October 20, 2005, 9:25:53 PM, you wrote: > You can get rid of the "bogus" #line lines with using > the genfiles script. Don't even dream about getting rid > of them in the files by usin

Re: [PHP-DEV] Re: cvs: php-src / Makefile.gcov NEWS configure.ingen_php_cov

2005-10-21 Thread Marcus Boerger
Hello Nuno, we might want to increase re2c version requirement and have re2c omit those lines for gcov builds (re2c -i). marcus Thursday, October 20, 2005, 9:29:24 PM, you wrote: >> You can get rid of the "bogus" #line lines with using >> the genfiles script. Don't even dream about ge