duanbei8904 2018-05-20 08:05
浏览 225
已采纳

php.ini不包含extension = php_intl.dll

I'm using php tools for visual studio. The php.ini is located under C:\Program Files (x86)\IIS Express\PHP\v7.1 ,here is the screen shot of phpinfo():

phpinfo()

I need PHP - INTL Extension, but php.ini does not contain php_intl.dll and C:\Program Files (x86)\IIS Express\PHP\v7.1 folder contains following files:

  • icudt36.dll icuin36.dll icuio36.dll icule36.dll iculx36.dll icutu36.dll icuuc36.dll

    C:\Program Files (x86)\IIS Express\PHP\v7.1\ext folder contains php_intl.dll

How to install the missing php_intl.dll?

  • 写回答

1条回答 默认 最新

  • droirqk4795 2018-05-20 10:10
    关注

    Just added extension=php_intl.dll in C:\Program Files (x86)\IIS Express\PHP\v7.1\php.ini

    Note: php_intl.dll is in C:\Program Files (x86)\IIS Express\PHP\v7.1\ext folder

    Thanks to @Renjith

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?