-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Compile failure on php 7.4 #355
Comments
I have the same problem |
same here! |
I forked master and applied those changes to my fork. You can use it with phpbrew like that: |
For reference: php/php-src@bebcdcc |
Thank you @panosru for the fix. I can confirm that it is working. |
@ahilles107 could you open a PR? |
As of PHP 7.4.0, portable definitions of `ulong` and `uint` are no longer available. Therefore we replace `uint` with `unsigned`, and `ulong` with `zend_ulong`.
As of PHP 7.4.0, portable definitions of `ulong` and `uint` are no longer available. Therefore we replace `uint` with `unsigned`, and `ulong` with `zend_ulong`.
I can but i see that @cmb69 have even better fix in his fork. |
To clarify: the |
Perfect. It worked on macOS 10.15.2. Thank you @panosru! |
@renedelima Shouldn't we |
After installing php 7.4 and run:
I got some compilation errors.
The text was updated successfully, but these errors were encountered: