【发布时间】:2014-09-19 00:44:24
【问题描述】:
我正在尝试从 Android 应用程序连接到 WAMP 服务器中的 mySQL 数据库。我在整个 php_error 日志中始终收到此错误:
PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll'
The specified module could not be found.
in Unknown on line 0
当我点击 Apache>Version>2.4.9 时,弹出以下 2 个错误:
The program cant start because icuuc51.dll is missing from your computer.
Try reinstalling the program to fix this problem
和
PHP startup: unable to load dynamic library 'c/wamp/bin/php/php5.5.12/ext/php_intl.dll'
The specified module could not be found.
有谁知道是什么导致了这个问题或任何潜在的解决方案?
【问题讨论】:
-
你把模块放在指定位置了吗?
-
指定位置的模块是什么意思?
-
intl extension: installing php_intl.dll 的可能重复项。它讨论了
php_intl.dll和各种icud*.dll库。 -
如果其中一个答案是正确的,您可以将其标记为正确