-
Notifications
You must be signed in to change notification settings - Fork 57
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
Ngx-php added as supported SAPI in PHP8.3 #173
Comments
PHP 8.3 released 23 Nov 2023. |
Working with PHP 8.3 and Ubuntu 22.04. And also with last Nginx 1.25.3 Only waiting for new ngx-php version. Fixing the tests in 22.04, because work with 22.04. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP 8.3 beta1 was released. No more RFCs will be added.
https://www.php.net/archive/2023.php#2023-07-20-1
ngx-php is a supported SAPI in OPCache 🥳
https://github.com/php/php-src/blob/php-8.3.0beta1/ext/opcache/ZendAccelerator.c#L2838
So we need to test it in the dev branch, to be ready for the final version.
The text was updated successfully, but these errors were encountered: