From: Shein Alexey Date: Tue, 31 May 2011 12:45:00 +0000 (+0000) Subject: Removed test since there's no more safe_mode in PHP >= 5.4. X-Git-Tag: php-5.5.0alpha1~2026 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a44a8af3a05aa286a98f0241a84346258af91c3d;p=php Removed test since there's no more safe_mode in PHP >= 5.4. --- diff --git a/ext/curl/tests/curl_setopt_basic001.phpt b/ext/curl/tests/curl_setopt_basic001.phpt deleted file mode 100644 index 7b7ab0c576..0000000000 --- a/ext/curl/tests/curl_setopt_basic001.phpt +++ /dev/null @@ -1,35 +0,0 @@ ---TEST-- -curl_setopt basic tests. ---CREDITS-- -Paul Sohier -#phptestfest utrecht ---INI-- -safe_mode=On ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -Deprecated: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0 -*** Testing curl_setopt with CURLOPT_FOLLOWLOCATION in safemode - -Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in %s on line %d -bool(false) -