i have planned to install cakephp for my website. however php intl is not supported by the host (a requirement for cakephp). there are cakephp intl plugins available in git. Is it ok to use the intl plugins, what are the implications of not using regular intl dll
Asked
Active
Viewed 84 times
0
-
Contact to your host provider to install the INTL extension. – Akshay Sharma Jul 12 '16 at 06:12
1 Answers
1
The cake-intl plugin will allow your app to run without intl
extension but you will have problem if you want to actually use features which rely on that extension.
I would strongly suggest to switch to a better hosting provider instead. There are numerous cheap / shared hosting available which provide intl
extension.

ADmad
- 8,102
- 16
- 18