@derickr mentioned that some packages do not support ZTS mode. Therefore this proposal adds a php-ext.support-zts option which can be disabled. If PIE is used to install on a PHP platform that is ZTS, but the extension is not ZTS compatible, an error will be raised.
@derickr mentioned that some packages do not support ZTS mode. Therefore this proposal adds a
php-ext.support-zts
option which can be disabled. If PIE is used to install on a PHP platform that is ZTS, but the extension is not ZTS compatible, an error will be raised.