Skip to content

Commit 825965c

Browse files
committed
way to get the travis php configuration
1 parent 706aa83 commit 825965c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RequestResolvers/Curl.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ public function __construct($url, array $config)
3838
{
3939
$this->url = $url;
4040

41+
var_dump(ini_get('open_basedir'));
42+
var_dump(ini_get('safe_mode'));
43+
4144
//http://stackoverflow.com/questions/14054652/getting-301-with-curl-despite-followlocation
4245
if (ini_get('open_basedir') !== '' && ini_get('safe_mode') === false) {
4346
$this->config[CURLOPT_SSL_VERIFYHOST] = false;

0 commit comments

Comments
 (0)