sixd Thu, 01 Sep 2011 19:01:37 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316006
Log: Prevent the magic quotes fatal error causing a diff Changed paths: U php/php-src/branches/PHP_5_4/ext/dba/tests/dba_cdb_make.phpt U php/php-src/trunk/ext/dba/tests/dba_cdb_make.phpt Modified: php/php-src/branches/PHP_5_4/ext/dba/tests/dba_cdb_make.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/dba/tests/dba_cdb_make.phpt 2011-09-01 18:44:10 UTC (rev 316005) +++ php/php-src/branches/PHP_5_4/ext/dba/tests/dba_cdb_make.phpt 2011-09-01 19:01:37 UTC (rev 316006) @@ -1,7 +1,5 @@ --TEST-- DBA CDB_MAKE handler test ---INI-- -magic_quotes_runtime=1 --SKIPIF-- <?php $handler = 'cdb_make'; @@ -37,7 +35,6 @@ require(dirname(__FILE__) .'/clean.inc'); ?> --EXPECT-- -Deprecated: Directive 'magic_quotes_runtime' is deprecated in PHP 5.3 and greater in Unknown on line 0 database handler: cdb_make string(32) "12fc5ba2b9dcfef2480e5324eeb5f3e5" string(32) "12fc5ba2b9dcfef2480e5324eeb5f3e5" Modified: php/php-src/trunk/ext/dba/tests/dba_cdb_make.phpt =================================================================== --- php/php-src/trunk/ext/dba/tests/dba_cdb_make.phpt 2011-09-01 18:44:10 UTC (rev 316005) +++ php/php-src/trunk/ext/dba/tests/dba_cdb_make.phpt 2011-09-01 19:01:37 UTC (rev 316006) @@ -1,7 +1,5 @@ --TEST-- DBA CDB_MAKE handler test ---INI-- -magic_quotes_runtime=1 --SKIPIF-- <?php $handler = 'cdb_make'; @@ -37,7 +35,6 @@ require(dirname(__FILE__) .'/clean.inc'); ?> --EXPECT-- -Deprecated: Directive 'magic_quotes_runtime' is deprecated in PHP 5.3 and greater in Unknown on line 0 database handler: cdb_make string(32) "12fc5ba2b9dcfef2480e5324eeb5f3e5" string(32) "12fc5ba2b9dcfef2480e5324eeb5f3e5"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php