AppServ出現Unable to load php_exif.dll

php  先前在查Fusionpbx的問題時,在appserv的error log看到另外一筆warning紀錄,訊息如下:

Unable to load dynamic library 'C:/AppServ\\php5\\ext\\php_exif.dll'

查看了php_exif.dll的路徑後,確認沒有問題,便上網求助。

The reason this issue occurs is pretty silly, In AppServ's php.ini, The activation of each DLL component is arranged in alphabetical order, But php_exif.dll has to be activated after php_mbstring.dll, That's why the 'unable to load php_exif.dll' error occurs。

Therefore, the solution is also very simple,將php.ini中的"extension=php_mbstring.dll"移到"extension=php_exif.dll"之前即可

[Related Links]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.