php - Remove INTL extension support in cakephp -


i using cakephp 3.0 framework. there way use cakephp framework without intl extension support?

i suggest install it. in case absolutely impossible install try plugin:

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

it fake presence of intl classes, not able use of i18n features of cakephp.


Comments