helly           Thu Nov 14 16:02:25 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  Add magic_quotes_runtime which affects several tests
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.121 php4/run-tests.php:1.122
--- php4/run-tests.php:1.121    Thu Nov 14 15:12:36 2002
+++ php4/run-tests.php  Thu Nov 14 16:02:24 2002
@@ -128,6 +128,7 @@
                "error_append_string=",
                'auto_prepend_file=',
                'auto_append_file=',
+               'magic_quotes_runtime=0',
        );
 $info_params = array();
 settings2array($ini_overwrites,$info_params);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to