0

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

1 Answers1

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