diff options
| author | Christopher Jones <sixd@php.net> | 2011-09-01 19:01:37 +0000 | 
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2011-09-01 19:01:37 +0000 | 
| commit | 83ee110360d5d9cd0927686c1c465ab96f79ee35 (patch) | |
| tree | 1fa021446d254e9dba7abd51d34fd4ff538e7942 | |
| parent | 32d69a669e7a3569ebf5044ff3f5dd99193afb36 (diff) | |
| download | php-git-83ee110360d5d9cd0927686c1c465ab96f79ee35.tar.gz | |
Prevent the magic quotes fatal error causing a diff
| -rw-r--r-- | ext/dba/tests/dba_cdb_make.phpt | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/dba/tests/dba_cdb_make.phpt b/ext/dba/tests/dba_cdb_make.phpt index e3ff9662a8..6a5f2dd9c3 100644 --- a/ext/dba/tests/dba_cdb_make.phpt +++ b/ext/dba/tests/dba_cdb_make.phpt @@ -1,7 +1,5 @@  --TEST--  DBA CDB_MAKE handler test ---INI-- -magic_quotes_runtime=1  --SKIPIF--  <?php   	$handler = 'cdb_make'; @@ -37,7 +35,6 @@ magic_quotes_runtime=1  	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"  | 
