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

php-fpm Solaris port event mechanism is still broken after #66694 #9959

Closed
psumbera opened this issue Nov 15, 2022 · 0 comments
Closed

php-fpm Solaris port event mechanism is still broken after #66694 #9959

psumbera opened this issue Nov 15, 2022 · 0 comments

Comments

@psumbera
Copy link
Contributor

Description

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 Version

PHP 8.1.12

Operating System

Solaris 11.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants