Enable curl with XAMPP on Windows
Location the directory where XAMPP is installed. For me, it was the default location at C:\xampp\xampp.
Open the following file: C:\xampp\xampp\php\php.info
Uncomment (by removing the semicolon) the following line:
;extension=php_curl.dll
Save the file and restart your Apache server.
Post Tags:
Browse Timeline
- « Convert an Array of Objects to a List, Then Sort the List
- » Change Web Root Path for XAMPP on Windows