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

后端 未结 7 1292
忘掉有多难
忘掉有多难 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:32

    If you are using laragon open the php.ini

    In the interface of laragon menu-> php-> php.ini

    when you open the file look for ; extension_dir = "./"

    create another one without **; ** with the path of your php version to the folder ** ext ** for example

    extension_dir = "C: \ laragon \ bin \ php \ php-7.3.11-Win32-VC15-x64 \ ext"
    

    change it save it

提交回复
热议问题