Skip to content
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

[BUG]: PHP7.4 build fails under FreeBSD #14646

Closed
ruudboon opened this issue Dec 23, 2019 · 2 comments
Closed

[BUG]: PHP7.4 build fails under FreeBSD #14646

ruudboon opened this issue Dec 23, 2019 · 2 comments
Assignees
Labels
bug A bug report status: high High

Comments

@ruudboon
Copy link
Member

ruudboon commented Dec 23, 2019

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.

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/

@ruudboon
Copy link
Member Author

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

@ruudboon
Copy link
Member Author

I think this is solved now. Will reopen if needed

@niden niden added the status: high High label Dec 26, 2019
@niden niden moved this to Released in Phalcon v5 Aug 25, 2022
@niden niden added this to Phalcon v5 Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: high High
Projects
Archived in project
Development

No branches or pull requests

3 participants