-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[NFR]: PHP 8.2 support #15973
Comments
Used to build 5.0_rc4 for Alpinelinux, just a small patch allowed to build without errors |
It still fails to build on PHP 8.2 with a huge log of warnings and notices
|
@andypost Yes, Zephir changes are required. Use this branch of Zephir to build and compile Phalcon - https://github.com/zephir-lang/zephir/tree/%232370-php8.2 Zephir:
Phalcon:
|
Updated Arch Linux today, and Phalcon no longer works or updates. Any news on supporting PHP v8.2.x yet? Or maybe at least a workaround that works? Previously used PHP 8.1.13 with Phalcon 5.1.2 and it worked good. Please don't recommend downgrade as a workaround ^_^
PECL Install Failed:
Manual Compile Method 1 Failed:
Manual Compile Method 2 Failed:
Errors Output:
Thanks. |
@Jeckerson link you provided is broken, it shows error page 404 |
@V00V I guess he was referring to this PR which was merged into zephir development branch. |
Yes, and there's new release https://github.com/zephir-lang/zephir/releases/tag/0.17.0 |
Used to build from https://github.com/phalcon/cphalcon/archive/44119cf8b3b286b15ad7d6405ad9e1f443d3bc09.tar.gz on Alpinelinux, it's required EDIT CI pipeline for all aches https://gitlab.alpinelinux.org/alpine/aports/-/pipelines/152930 |
Implemented in #16282 |
Blocked by zephir-lang/zephir#2370The text was updated successfully, but these errors were encountered: