summaryrefslogtreecommitdiff
path: root/tests/security
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-07-22 11:56:20 +0000
committerPierre Joye <pajoye@php.net>2011-07-22 11:56:20 +0000
commit45420bb6693baa76794df96ae6a8f8cdd7e09ccb (patch)
treed382ab94b5c598da8b88a57f3f075f34f1da0f5e /tests/security
parent7c90a9daa8beb96cab012549a7700f8ca607efe1 (diff)
downloadphp-git-45420bb6693baa76794df96ae6a8f8cdd7e09ccb.tar.gz
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
Diffstat (limited to 'tests/security')
-rw-r--r--tests/security/magic_quotes_gpc.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/security/magic_quotes_gpc.phpt b/tests/security/magic_quotes_gpc.phpt
index 382ab94d2d..e69de29bb2 100644
--- a/tests/security/magic_quotes_gpc.phpt
+++ b/tests/security/magic_quotes_gpc.phpt
@@ -1,13 +0,0 @@
---TEST--
-Test if magic_quotes_gpc works as expected
---INI--
-display_errors=0
-magic_quotes_gpc=1
---GET--
-a=abc'"%00123
---FILE--
-<?php
-echo $_GET['a'],"\n";
-?>
---EXPECT--
-abc\'\"\0123