3

I have successfully installed PHP intl extension, I have noticed that I should enable the intl extension in php.ini file by removing semicolon and when I did that warning appears told me that the extension already loaded so I have edit the php.ini again and re-add the semicolon for "extension=intl.so" to be like this ";extension=intl.so" how ever the same error from CakePHP still appear, I don't know if the extension is really loaded or not.

Note: I'm using Mac OS X version 10.12.4 PHP Version 5.6.30

Saed Yousef
  • 118
  • 1
  • 10
  • 2
    uncomment again and read http://stackoverflow.com/questions/32764981/php-warning-module-already-loaded-in-unknown-on-line-0 – Derek Apr 15 '17 at 23:51
  • 1
    I'm running php 7.1.x on mac OSX. Hope this link will help https://stackoverflow.com/questions/26285280/cakephp-3-0-installation-intl-extension-missing-from-system/47560288#47560288 – sh6210 Nov 29 '17 at 19:27
  • 1
    after applying changes in php.ini file you have to restart your server, have you follow this step?? – Usman Ali Maan May 22 '18 at 05:51
  • Are you editing the right `php.ini` file? Sometimes the server uses a different PHP package than the desktop. – Paul Trimor Apr 22 '22 at 17:14

0 Answers0