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

fix: signals handling #39

Merged
merged 1 commit into from
Oct 19, 2022
Merged

fix: signals handling #39

merged 1 commit into from
Oct 19, 2022

Conversation

dunglas
Copy link
Owner

@dunglas dunglas commented Oct 18, 2022

Zend Signals is useless (and currently broken) with ZTS (php/php-src#9649 (comment), php/php-src#5591 (comment)), and timeouts are fundamentally broken on ZTS (https://bugs.php.net/bug.php?id=79464).

This PR disables these features.

set_time_limit is useless anyway because it's better handled at Caddy level. max_execution_time could be useful if it's fixed in PHP core.

@dunglas dunglas merged commit 1e45303 into main Oct 19, 2022
@dunglas dunglas deleted the fix/signals branch October 19, 2022 09:19
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.

2 participants