-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error for installing intl extension #17107
Comments
To clarify: You mean intl, not imap? The imap extension now lives at https://github.com/php/pecl-mail-imap. |
php-src/Zend/zend_portability.h Line 58 in d90b5fa
vs php-src/Zend/zend_portability.h Line 798 in d90b5fa
I guess. |
This is caused by #15096. Need to double check whether including |
I've checked that more thoroughly, and the problem is that stddef.h does not define An alternative fix would have been to just not relying on But dropping the cstddef include now might introduce an ABI break (what would be very bad). So I don't know what to do. Any suggestions welcome! |
Description
I am trying to compile PHP 8.4.1 on AlmaLinux release 8.10
When I enable the
IMAPintl extension with the--enable-intl=shared
option i ran into below errors.I am using gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
PHP Version
php 8.4.1
Operating System
AlmaLinux release 8.10
The text was updated successfully, but these errors were encountered: