Open
Description
Description
Sorry for the feature request label as that's not quire right. I'm working on making frankenphp and extensions easier to install and want to host a rpm/deb/apk repository to install php zts including a zts libphp.so
. I don't really know what the proper place would be for it, though.
The few packages that shipped ZTS to date always treated it as an addition, rather than a standalone thing. I.e. they shipped php
and php-zts
binaries into /usr/bin, but fpm and libphp.so embed were only provided in NTS variants.
/usr/lib64/php-zts/modules/libphp.so
on RHEL, /usr/lib/php-zts/modules/libphp.so
on debian?