How to fix PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_curl.dll'?

后端 未结 7 1321
忘掉有多难
忘掉有多难 2020-12-03 06:43

I currently have PHP 5.5.12 and Apache 2.4 installed on Windows Server 2008 R2. Everything is running perfectly with no issue/warnings.

What I have done is copied th

7条回答
  •  一个人的身影
    2020-12-03 07:41

    maybe useful for somebody, I got next problem on windows 8, apache 2.4, php 7+.

    php.ini conf>
    
    extension_dir="C:/Server/PHP7/ext"
    

    php on apache works ok but on cli problem with libs loading, as a result, I changed to

    extension_dir="C:/server/PHP7/ext"
    

提交回复
热议问题