jmoore          Thu Mar 29 04:07:38 2001 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  Output php version at end of tests.
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.21 php4/run-tests.php:1.22
--- php4/run-tests.php:1.21     Wed Mar 21 08:01:52 2001
+++ php4/run-tests.php  Thu Mar 29 04:07:37 2001
@@ -245,7 +245,7 @@
     dowriteln(sprintf("Tests passed:     %4d (%s%%)", $passed, $passed_pstr));
     dowriteln("=============================");
     dowriteln("Skipped ".sizeof($skipped_extensions)." extensions.");
-    
+    dowriteln("PHP Version: ".phpversion());
 }
 
 function find_testdirs($dir = '.', $first_pass = true)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to