helly Sun May 20 18:24:16 2007 UTC
Modified files:
/php-src run-tests.php
Log:
- Make it executeable
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.321&r2=1.322&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.321 php-src/run-tests.php:1.322
--- php-src/run-tests.php:1.321 Wed May 2 15:25:32 2007
+++ php-src/run-tests.php Sun May 20 18:24:15 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/php
<?php
/*
+----------------------------------------------------------------------+
@@ -23,7 +24,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.321 2007/05/02 15:25:32 tony2001 Exp $ */
+/* $Id: run-tests.php,v 1.322 2007/05/20 18:24:15 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
@@ -405,7 +406,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.321 $'."\n";
+ echo '$Revision: 1.322 $'."\n";
exit(1);
default:
echo "Illegal switch specified!\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php