asdf-community / asdf-php

PHP plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
216 stars 101 forks source link

[question] ZTS version of php #174

Open DubbaThony opened 2 months ago

DubbaThony commented 2 months ago

Is it possible to get PHP-ZTS (Zend Thread Safe, compilation flag, allows installing parallel extension) with asdf-php? Even if this would mean I need to locally build it (just want to have asdf goodies such as .tool-version file).

I need it when working with react php with parallel library - the parallel extension cannot work with non-thread safe build of PHP.

Note: im not asking for default to be ZTS. Most people don't need ZTS and it comes at performence cost