Topic: php-zts 5.4.29

Hello!

I using PHP 5.4.29 from repo remi.

phpinfo();
"can this dir for additional .ini files    /etc/php-zts.d"

I can't install zend guard loader to php-zts with web-server Apache2.2 sad
How I can disable Zend Thread Safety?

Thank you!

Re: php-zts 5.4.29

I don't understand how you can get this error.

php provides both mod_php for NTS and ZTS.

If apache is configure to use "prefork" MPM, it will load and use the NTS version
If apache is configure to use "worker" MPM, it will load and use the ZTS version

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-zts 5.4.29

True! It's my bad.
Thank you! ^^

Re: php-zts 5.4.29

smile

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi