Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt branches/PHP_5_4/ext/standard/tests/php_ini_loaded_file.phpt trunk/ext/standard/tests/php_ini_loaded_file.

2011-09-06 Thread Hannes Magnusson
On Tue, Sep 6, 2011 at 09:47, Pierre Joye paj...@php.net wrote: pajoye                                   Tue, 06 Sep 2011 07:47:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316229 Log: - fix test Changed paths:    U  

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt branches/PHP_5_4/ext/standard/tests/php_ini_loaded_file.phpt trunk/ext/standard/tests/php_ini_loaded_file.

2011-09-06 Thread Pierre Joye
no, as it is not portable and can change. On Tue, Sep 6, 2011 at 11:25 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Tue, Sep 6, 2011 at 09:47, Pierre Joye paj...@php.net wrote: pajoye                                   Tue, 06 Sep 2011 07:47:20 + Revision:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt branches/PHP_5_4/ext/standard/tests/php_ini_loaded_file.phpt trunk/ext/standard/tests/php_ini_loaded_file.

2011-09-06 Thread Hannes Magnusson
tmp-php.ini is generated by the test suite. How is that not portable and why would that change? -Hannes On Tue, Sep 6, 2011 at 11:30, Pierre Joye pierre@gmail.com wrote: no, as it is not portable and can change. On Tue, Sep 6, 2011 at 11:25 AM, Hannes Magnusson hannes.magnus...@gmail.com

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt branches/PHP_5_4/ext/standard/tests/php_ini_loaded_file.phpt trunk/ext/standard/tests/php_ini_loaded_file.

2011-09-06 Thread Pierre Joye
it is generated by make test, not by run-tests.php, which is wrong as it then fails when not called using run-tests.php. All testing environment testing for regression will fail here as they don't call make test but run-tests.php. run-tests.php needs an option to create it then and it should be

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt branches/PHP_5_4/ext/standard/tests/php_ini_loaded_file.phpt trunk/ext/standard/tests/php_ini_loaded_file.

2011-09-06 Thread Ferenc Kovacs
running run-tests.php without make test can still cause some tests to fail (even ext/standard/tests/php_ini_loaded_file.phpt), as there will be no ini file loaded (at least this is why I'm seeing on linux) so adding the option to create the tmp-php.ini through run-tests.php would be useful for me.