ThePHPF / pie-design

94 stars 1 forks source link

Allow specifying if a package does not support ZTS mode #10

Closed asgrim closed 3 months ago

asgrim commented 3 months ago

@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.