Open your xampp folder (eg. c:\xampp) and go into the php subfolder (eg. c:\xampp\php). Open the file “php.ini” in a text editor and enable CURL line by replacing the outcommented line
;extension=php_curl.dll
by
extension=php_curl.dll
This enables the CURL extension for both HTTP and the php command line executable (php.exe/php).
More infos on curl can be found at this website.
Der Beitrag xampp: Making CURL available for direct (php.exe/php cli) execution erschien zuerst auf notboring dev blog.