PHP Warning: PHP Startup: Unable to load dynamic library php_curl.dll impossibile find

前端 未结 5 629
感情败类
感情败类 2021-01-12 09:51

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

5条回答
  •  感情败类
    2021-01-12 10:04

    Make sure that in php.ini, extension_dir = points to the correct path if it's uncommented.

提交回复
热议问题