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

前端 未结 4 1603
长情又很酷
长情又很酷 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:14

    I think you have to copy these files

    icudt.dll
    icudt46.dll
    icuin.dll
    icuin46.dll
    icuio.dll
    icuio46.dll
    icule.dll
    icule46.dll
    iculx.dll
    iculx46.dll
    icutest.dll
    icutest46.dll
    icutu.dll
    icutu46.dll
    icuuc.dll
    icuuc46.dll
    

    to the location /bin/apache/apache2.2.22/bin/.

    See here for details.

提交回复
热议问题