Skip to content

Call php_module_shutdown() for php-fpm child processes #434

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

Merged
merged 1 commit into from
Oct 21, 2013

Conversation

DylanArnold
Copy link
Contributor

The PHP_MSHUTDOWN_FUNCTION should execute when a php-fpm child process exits. It currently only runs for the master process.

We run into a problem with a custom extension which needs to release resources when a process exits and this fix solves the problem.

@m6w6
Copy link
Contributor

m6w6 commented Oct 18, 2013

@fatpat @tony2001 ping

@tony2001
Copy link
Contributor

Makes sense.
Please do merge.

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

Successfully merging this pull request may close these issues.

4 participants