--- embedaddon/php/ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt 2012/02/21 23:47:53 1.1.1.1 +++ embedaddon/php/ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt 2012/05/29 12:34:36 1.1.1.2 @@ -1,5 +1,5 @@ --TEST-- -CURLOPT_FOLLOWLOCATION case check safe_mode and open_basedir +CURLOPT_FOLLOWLOCATION case check open_basedir --CREDITS-- WHITE new media architects - Dennis --INI-- @@ -17,6 +17,6 @@ curl_close($ch); var_dump($succes); ?> --EXPECTF-- -Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when %r(safe_mode is enabled or an )?%ropen_basedir is set in %s.php on line %d +Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in %s.php on line %d bool(false)