nlopess Thu Dec 28 15:07:45 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src run-tests.php
Log:
MFH: force tidy.clean_output=0
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.19&r2=1.226.2.37.2.20&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.37.2.19
php-src/run-tests.php:1.226.2.37.2.20
--- php-src/run-tests.php:1.226.2.37.2.19 Sat Dec 9 14:14:29 2006
+++ php-src/run-tests.php Thu Dec 28 15:07:45 2006
@@ -23,7 +23,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.226.2.37.2.19 2006/12/09 14:14:29 iliaa Exp $ */
+/* $Id: run-tests.php,v 1.226.2.37.2.20 2006/12/28 15:07:45 nlopess 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
@@ -202,6 +202,7 @@
// check for extensions that need special handling and regenerate
$info_params_ex = array(
'session' => array('session.auto_start=0'),
+ 'tidy' => array('tidy.clean_output=0'),
'zlib' => array('zlib.output_compression=Off'),
'xdebug' => array('xdebug.default_enable=0'),
);
@@ -397,7 +398,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.226.2.37.2.19
$'."\n";
+ echo '$Revision: 1.226.2.37.2.20
$'."\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