Thanks, I'd just spotted it :)
----- Original Message -----
From: "Antony Dovgal" <[EMAIL PROTECTED]>
To: <php-cvs@lists.php.net>
Sent: Thursday, June 12, 2008 11:38 AM
Subject: [PHP-CVS] cvs: php-src / run-tests.php
tony2001 Thu Jun 12 10:38:49 2008 UTC
Modified files:
/php-src run-tests.php
Log:
remove oops
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.354&r2=1.355&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.354 php-src/run-tests.php:1.355
--- php-src/run-tests.php:1.354 Thu Jun 12 09:38:50 2008
+++ php-src/run-tests.php Thu Jun 12 10:38:49 2008
@@ -1,6 +1,5 @@
#!/usr/bin/php
<?php
-putenv('TEST_PHP_EXECUTABLE=C:/sandbox/php6/Debug_TS/php.exe');
/*
+----------------------------------------------------------------------+
| PHP Version 6
|
@@ -25,7 +24,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.354 2008/06/12 09:38:50 sfox Exp $ */
+/* $Id: run-tests.php,v 1.355 2008/06/12 10:38:49 tony2001 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
@@ -446,7 +445,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.354 $' . "\n";
+ echo '$Revision: 1.355 $' . "\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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php