M1 Chip MacOS php intl extension error |
Hello i have m1 chip mac, i want install codeigniter 4 but i get intl extension error. I am using xampp 8.0.7, i edited my php.ini(extension=php_intl.dll) but intl extension doesnt work rather not exist. Can u help me?
SEE below
Code: ;;;;;;;;;;;;;;;;;;;;;; Check and make sure that it is in botrh places with out a semi-colon in front of them. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
I have installed intl extensions using https://www.macports.org ,check once it may help
(07-05-2021, 02:18 AM)InsiteFX Wrote: SEE belowI still have the error. There is only 1 extension=intl.dll in my php.ini Code: ;;;;;;;;;;;;;;;;;;;;;;
Aren’t DLL for Windows only? I’m pretty sure it’s a *.so file on macOS and Linux.
xampp in mac do this:
if you php version is 8+ 1, open mac terminal Code: sudo port install php80-intl 2,find file go to Code: /opt/local/lib/php/extensions/ your some folder an find like intl.so 3,copy intl.so to /Applications/xampp/xamppfiles/lib/php/extensions/ your some folder / intl.so
(07-13-2021, 05:04 PM)donpwinston Wrote:Yes, I use MAMP on my Mac and it’s working “out of the box”. I didn’t have to install anything else.(07-13-2021, 12:16 PM)includebeer Wrote: Aren’t DLL for Windows only? I’m pretty sure it’s a *.so file on macOS and Linux.
(07-14-2021, 06:06 AM)includebeer Wrote:(07-13-2021, 05:04 PM)donpwinston Wrote:Yes, I use MAMP on my Mac and it’s working “out of the box”. I didn’t have to install anything else.(07-13-2021, 12:16 PM)includebeer Wrote: Aren’t DLL for Windows only? I’m pretty sure it’s a *.so file on macOS and Linux. I installed mamp but I still get an intl error. |
Welcome Guest, Not a member yet? Register Sign In |