shivammathur / php-builder

:elephant: Build PHP 5.6 and newer
https://github.com/shivammathur/php-builder/releases
MIT License
65 stars 8 forks source link

fix: use saner flags for ZTS builds #15

Closed dunglas closed 1 year ago

dunglas commented 1 year ago

name: 🐞 Bug Fix about: disable Zend Signals and enable Zend Max Execution Timers for ZTS builds labels: bug


Description

This patch disables Zend Signals which are known to be broken when used with ZTS, and enable the new Zend Max Execution Timers feature, which fixes timeouts support on ZTS.

The same flags are used by the official Docker images for ZTS builds.