Re: [PHP] help curl followlocation

2007-06-27 Thread Gowranga
From the PHP docs: CURLOPT_FOLLOWLOCATION (integer) This constant is not available when opendbase_dir or safe_mode are enabled. Do you have openbase_dir or safe_mode on? Cheers, Rob. -- Thanks Robert, for your mail. Both these settings are Off in my php.ini file. Kindly let

Re: [PHP] help curl followlocation

2007-06-27 Thread Tijnema
On 6/27/07, Gowranga [EMAIL PROTECTED] wrote: From the PHP docs: CURLOPT_FOLLOWLOCATION (integer) This constant is not available when opendbase_dir or safe_mode are enabled. Do you have openbase_dir or safe_mode on? Cheers, Rob. -- Thanks Robert, for your mail. Both these

Re: [PHP] help curl followlocation

2007-06-27 Thread Gowranga
You can better check it through phpinfo(), because it might be changed through httpd.conf or maybe you're looking at the wrong php.ini... Just to be sure :) Tijnema -- safe_mode entry shows it is put Off and opendbase_dir shows no value in phpinfo(). Confirmed I have only one php.ini.