helly Fri Nov 15 09:23:47 2002 EDT
Modified files:
/php4 run-tests.php
Log:
Show Zend version
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.123 php4/run-tests.php:1.124
--- php4/run-tests.php:1.123 Fri Nov 15 05:37:41 2002
+++ php4/run-tests.php Fri Nov 15 09:23:40 2002
@@ -105,6 +105,7 @@
$php_info = '<?php echo "
PHP_SAPI : " . PHP_SAPI . "
PHP_VERSION : " . phpversion() . "
+ZEND_VERSION: " . zend_version() . "
PHP_OS : " . PHP_OS . "
INI actual : " . realpath(get_cfg_var("cfg_file_path")) . "
More .INIs : " . (function_exists(\'php_ini_scanned_files\') ? str_replace("\n","",
php_ini_scanned_files()) : "** not determined **"); ?>';
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php