Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll'

前端 未结 4 1599
长情又很酷
长情又很酷 2020-12-11 05:51

I am attempting to connect from an android app to mySQL database within the WAMP server. I am getting this error consistently throughout my php_error log:

PH         


        
4条回答
  •  失恋的感觉
    2020-12-11 06:15

    First check if the mentioned file (php_intl.dll) is under c:\wamp\bin\php5.5.12\ext folder.
    If so, open the following file with notepad:
    c:\wamp\bin\php5.5.12\php.ini
    and check if you can find the following line (important: should not have ; sign before the word 'extension'):
    extension=php_intl.dll

提交回复
热议问题