简体   繁体   中英

Remove INTL extension support in cakephp

I am using CakePHP 3.0 framework. Is there any way to use CakePHP framework without the intl extension support?

I would suggest to just install it. But in case it is absolutely impossible for you to install try this plugin:

https://github.com/hraq/cake-intl

It will fake the presence of the intl classes, but you will not be able to use any of the I18n features of CakePHP.

CakePHP 3不能没有,Intl扩展是必需的http://book.cakephp.org/3.0/en/installation.html#requirements

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM