helly Wed Nov 6 11:55:01 2002 EDT Modified files: /php4/ext/dbx/tests 009.phpt Log: added missing magic_quotes_runtime=0 Index: php4/ext/dbx/tests/009.phpt diff -u php4/ext/dbx/tests/009.phpt:1.1 php4/ext/dbx/tests/009.phpt:1.2 --- php4/ext/dbx/tests/009.phpt:1.1 Tue Oct 29 09:01:27 2002 +++ php4/ext/dbx/tests/009.phpt Wed Nov 6 11:55:00 2002 @@ -4,6 +4,8 @@ <?php include_once("skipif.inc"); ?> +--INI-- +magic_quotes_runtime=0 --FILE-- <?php include_once("dbx_test.p");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php