Nothing major changed, version upped to 2.7.1.460 since I only edited 1 minor thing and tidied up a few empty (blank other than a few spaces/tabs) lines.
Changed:
- Code: Select all
if( !function_exists('curl') )
To:
- Code: Select all
if( !function_exists('curl_init') ) // Changed by Calystos from 'curl' since there is no function called curl
Should now properly install without errors or warnings for anyone who has had the Curl not detected error even though they do have Curl installed and enabled, :-)
Enjoy.