From a44a8af3a05aa286a98f0241a84346258af91c3d Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Tue, 31 May 2011 12:45:00 +0000 Subject: [PATCH] Removed test since there's no more safe_mode in PHP >= 5.4. --- ext/curl/tests/curl_setopt_basic001.phpt | 35 ------------------------ 1 file changed, 35 deletions(-) delete mode 100644 ext/curl/tests/curl_setopt_basic001.phpt 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) - -- 2.50.1