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
My original testing here was wrong: #6913 (comment)
The easy test case is:
php-fpm -F -e -O [15-Nov-2022 14:28:16] NOTICE: fpm is running, pid 2127 [15-Nov-2022 14:28:16] NOTICE: ready to handle connections ^C[15-Nov-2022 14:28:18] NOTICE: Terminating ... [15-Nov-2022 14:28:18] NOTICE: exiting, bye-bye!
Note now it just never ends after displaying "Terminating ..."
The issue is that it needs re-register for new event as it was suggested there (above - to add call to fpm_event_port_add()).
PHP 8.1.12
Solaris 11.4
The text was updated successfully, but these errors were encountered:
php-fpm: fix Solaris port events.mechanism
7f9f62f
Closes phpGH-9959.
1a47c2f
72da2b0
bukka
No branches or pull requests
Description
My original testing here was wrong:
#6913 (comment)
The easy test case is:
Note now it just never ends after displaying "Terminating ..."
The issue is that it needs re-register for new event as it was suggested there (above - to add call to fpm_event_port_add()).
PHP Version
PHP 8.1.12
Operating System
Solaris 11.4
The text was updated successfully, but these errors were encountered: