docker-library / php

Docker Official Image packaging for PHP
https://php.net
MIT License
3.79k stars 2k forks source link

enable Max Execution Timers for ZTS builds #1382

Closed dunglas closed 1 year ago

dunglas commented 1 year ago

https://github.com/php/php-src/pull/10141 has just been merged. It fixes timeout support for ZTS builds on Linux. This feature will be enabled by default in PHP 8.3. It hasn't been in previous version because it introduces an ABI break, but it's not a big issue when using the Docker images because the extensions are usually compiled against the local version of PHP. This patch enables this fix.

dunglas commented 1 year ago

This PR is now ready to be merged.