helly Sun Dec 18 15:47:07 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src run-tests.php
Log:
- MFH Fix --version
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.16&r2=1.226.2.17&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.16 php-src/run-tests.php:1.226.2.17
--- php-src/run-tests.php:1.226.2.16 Sun Dec 18 14:50:33 2005
+++ php-src/run-tests.php Sun Dec 18 15:47:07 2005
@@ -23,7 +23,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.226.2.16 2005/12/18 14:50:33 helly Exp $ */
+/* $Id: run-tests.php,v 1.226.2.17 2005/12/18 15:47:07 helly Exp $ */
/* Sanity check to ensure that pcre extension needed by this script is
available.
* In the event it is not, print a nice error message indicating that this
script will
@@ -333,7 +333,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo "$Revision: 1.226.2.16 $\n";
+ echo '$Revision: 1.226.2.17 $'."\n";
exit(1);
default:
echo "Illegal switch '$switch'
specified!\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php