Skip to content

fix: signals handling - #39

Merged
dunglas merged 1 commit into
mainfrom
fix/signals
Oct 19, 2022
Merged

fix: signals handling#39
dunglas merged 1 commit into
mainfrom
fix/signals

Conversation

@dunglas

Copy link
Copy Markdown
Member

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 mainOct 19, 2022
@dunglas
dunglas deleted the fix/signals branch October 19, 2022 09:19
Comment threadfrankenphp.go
Sign up for freeto 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

@dunglas@francislavoie