Searched refs:CURLOPT_FOLLOWLOCATION (Results 1 – 5 of 5) sorted by relevance
2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir disabled12 var_dump(curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true));
2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…10 var_dump(curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true));
110 const CURLOPT_FOLLOWLOCATION = UNKNOWN; define
243 REGISTER_LONG_CONSTANT("CURLOPT_FOLLOWLOCATION", CURLOPT_FOLLOWLOCATION, CONST_PERSISTENT); in register_curl_symbols()
2182 case CURLOPT_FOLLOWLOCATION: in _php_curl_setopt()
Completed in 26 milliseconds