summaryrefslogtreecommitdiff
path: root/ext/curl
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2009-09-21 09:52:19 +0000
committerDmitry Stogov <dmitry@php.net>2009-09-21 09:52:19 +0000
commit7bfe056174b15d28310fd11ef5909a4ea60e45c6 (patch)
tree66776a3652ca10e2f7147c4a9f25c854f9cca5e7 /ext/curl
parenta0a8c5832ffd4125b1821db00ddc1bdc53bdf9c2 (diff)
downloadphp-git-7bfe056174b15d28310fd11ef5909a4ea60e45c6.tar.gz
Fixed tests
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/tests/curl_setopt_basic001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/curl_setopt_basic001.phpt b/ext/curl/tests/curl_setopt_basic001.phpt
index 4167c0532a..99cb538d31 100644
--- a/ext/curl/tests/curl_setopt_basic001.phpt
+++ b/ext/curl/tests/curl_setopt_basic001.phpt
@@ -27,7 +27,7 @@ curl_close($ch);
var_dump( $curl_content );
?>
--EXPECTF--
-PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
+Warning: 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 in safe_mode or an open_basedir is set in %s on line %d