PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\php5\ext\php_exif.dll' - 找不到指定的模組。
因為想要用排程執行PHP,但是執行php.exe的時候卻發生了
PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\php5\ext\php_exif.dll' - 找不到指定的模組。
這樣的問題
Google一下後發現原來只要在php.ini將
PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\php5\ext\php_exif.dll' - 找不到指定的模組。
這樣的問題
Google一下後發現原來只要在php.ini將
php_mbstring.dll
的順序放在
php_exif.dll前面就行了
因為php_exif.dll需要使用到php_mbstring.dll
留言