PHP not loading php_pgsql.dll on Windows

后端 未结 17 1839
面向向阳花
面向向阳花 2020-12-02 08:46

PHP 5.2.8 is refusing to load php_pgsql.dll, with the following error:

Warning: PHP Startup: Unable to load dynamic library \'D:\\PHP\\ext\\

17条回答
  •  感动是毒
    2020-12-02 09:21

    I just did this and it worked just fine in php folder inside php.ini I changed this line

    extension=php_openssl.dll 
    

    to

    extension=C:\php\ext\php_openssl.dll 
    

    the php_openssl.dll is inside ext folder which couldn't be found.

提交回复
热议问题