Support for php intl extension

Hi all.
I’m trying to add intl extension support for php 7.3 and 7.4 but there’s always an error or it does not enable it…
Can anyone help me?
Thank you.

Notes: I’m using MACOS.
Just in case you’re asking, I did look at the compile threads in this community. They don’t work anymore on MACOS.

Which version of macOS are you using? Compiling binaries without signing them will prevent them from running on macOS Catalina. We’re investigating workaround for this!

1 Like

Thanks you for replying Jack.
Yes, its Catalina 10.15.4.
Since intl is part of the PHP core with 7.*, I believe it has to make part of the compiled binaries of Local php builds.
I tried to add “–enable-intl” to the ./configure and recompile but Local php has no build in it.
I can test a binary package compiled with “–enable-intl” if you send it to me.
Would you help me out?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.