PHP Warning: PHP Startup: Unable to load dynamic library ‘c:/php5/ext/php_mysqli.dll’ &

來源:互聯網
上載者:User

安裝Apache2和php5+Mysql的過程中,大家可能遇到過這樣的問題,在apache的error日誌:

 

PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/php5/ext/php_mysql.dll' - ?????????/r/n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/php5/ext/php_mysqli.dll' - ?????????/r/n in Unknown on line 0

 

網上有很多文章講關於這個問題的解決方案,如果找了一圈,發現問題還是沒有解決,那就試試這個:

 

假設你的apache2安裝在c:/apache2,php安裝在c:/php5:

 

解決方案:

拷貝c:/php5/libmysql.dll 到 C:/Apache2/bin

 

其他的關於apache,和php的配置,我也列在下面,供參考:

 

httpd.conf

LoadModule php5_module "c:/php5/php5apache2.dll"

AddType application/x-httpd-php .php .php4 .php5

PHPIniDir "c:/php5"

 

php.ini

extension=php_mysql.dll

extension=php_mysqli.dll

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.