We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We got a report that PHP7.4 builds fail under FreeBSD. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242793
They solved it the following build flag
-Dulong=zend_ulong
It looks like our codebase still contains the deprecated ulong.
ulong
Update: Same thing goes for uint. We got some feedback from the windows Pecl team that uint issues still exists on PHP 7.4. https://windows.php.net/downloads/pecl/snaps/phalcon/4.0.0/logs/
uint
The text was updated successfully, but these errors were encountered:
Looks like our ext is generated with an older Zephir. Regenerating could potentially fix this issue. https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h#L17
Sorry, something went wrong.
I think this is solved now. Will reopen if needed
sergeyklay
No branches or pull requests
We got a report that PHP7.4 builds fail under FreeBSD.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242793
They solved it the following build flag
It looks like our codebase still contains the deprecated
ulong
.Update: Same thing goes for
uint
. We got some feedback from the windows Pecl team that uint issues still exists on PHP 7.4.https://windows.php.net/downloads/pecl/snaps/phalcon/4.0.0/logs/
The text was updated successfully, but these errors were encountered: