From 795a087448414c6fef77b796f0acc77d59362941 Mon Sep 17 00:00:00 2001 From: andy wharmby Date: Wed, 15 Jul 2009 08:19:05 +0000 Subject: [PATCH] Fix test --- ext/curl/tests/curl_setopt_basic001.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/curl/tests/curl_setopt_basic001.phpt b/ext/curl/tests/curl_setopt_basic001.phpt index 4167c0532a..054c29eab0 100644 --- a/ext/curl/tests/curl_setopt_basic001.phpt +++ b/ext/curl/tests/curl_setopt_basic001.phpt @@ -26,10 +26,10 @@ curl_close($ch); var_dump( $curl_content ); ?> +===DONE=== --EXPECTF-- -PHP 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 bool(false) - +===DONE=== -- 2.40.0