I have Windows 10 with WAMP server (Apache 2.4.9, PHP 5.5.29 VC11 x64, e MySQL). All works fine, but now I will use curl extension.
I go into C:\\wamp\\bin\\ph
C:\\wamp\\bin\\ph
PHP Startup: Unable to load dynamic library 'curl' ... Uncommenting 2 lines in the php.ini file solves this
Open php.ini Remove semicolon to uncomment ;extension_dir = "ext" Remove semicolon to uncomment ;extension=curl Save php.ini
;extension_dir = "ext"
;extension=curl