laruence Tue, 06 Sep 2011 09:22:06 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316237
Log:
Added skipif
Changed paths:
U php/php-src/branches/PHP_5_3/ext/filter/tests/bug39763.phpt
Modified: php/php-src/branches/PHP_5_3/ext/filter/tests/bug39763.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/filter/tests/bug39763.phpt 2011-09-06
09:20:14 UTC (rev 316236)
+++ php/php-src/branches/PHP_5_3/ext/filter/tests/bug39763.phpt 2011-09-06
09:22:06 UTC (rev 316237)
@@ -1,5 +1,7 @@
--TEST--
Bug #39763 (filter applies magic_quotes twice in parse_str())
+--SKIPIF--
+<?php if (!extension_loaded("filter")) die("skip"); ?>
--INI--
magic_quotes_gpc=1
filter.default=
@@ -14,4 +16,4 @@
--EXPECT--
Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
in Unknown on line 0
\"probably a bug\"
-\"probably a bug\"
\ No newline at end of file
+\"probably a bug\"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php