Never used it to try older versions? Say 4.2.3, 4.2.3-dev?
marcus
I saw your email problem is still there. How do i change my
email adress for the cvs commits from Marcus Börger to
Marcus Boerger?
At 01:06 08.11.2002, Jani Taskinen wrote:
Exactly what older versions do you mean here?
It exists in 4.3.0-dev..so..?
--Jani
On Sat, 2 Nov 2002, Marcus Börger wrote:
>helly Sat Nov 2 07:55:07 2002 EDT
>
> Modified files:
> /php4 run-tests.php
> Log:
> older versions do not have this functions
>
>
>Index: php4/run-tests.php
>diff -u php4/run-tests.php:1.107 php4/run-tests.php:1.108
>--- php4/run-tests.php:1.107 Sat Nov 2 07:44:36 2002
>+++ php4/run-tests.php Sat Nov 2 07:55:06 2002
>@@ -105,7 +105,7 @@
> PHP_VERSION : " . phpversion() . "
> PHP_OS : " . PHP_OS . "
> INI actual : " . realpath(get_cfg_var("cfg_file_path")) . "
>-More .INIs : " . str_replace("\n","", php_ini_scanned_files()); ?>';
>+More .INIs : " . (function_exists(\'php_ini_scanned_files\') ?
str_replace("\n","", php_ini_scanned_files()) : "** not determined **"); ?>';
> save_text($info_file, $php_info);
> $settings = array(
> 'open_basedir=',
>
>
>
>
--
<- For Sale! ->
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php