Topic: Installing pthreads with remi repository

I am using  PHP 5.6.9 installed using remi repository.How can i install pthreads ? Is PHP 5.6.9 compile with ZTS Support

Kind Regards

Re: Installing pthreads with remi repository

yes php-5.6.9 (base package) provide both NTS and ZTS module for apache.

Please remind that ZTS is NOT supported by upstream.

No information about distro used, but with fedora and RHEL/CentOS-7, and apache 2.4 it is much more sane to use php-fpm (Apache have support for SetHandler to proxy)

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: Installing pthreads with remi repository

Thanks for the info remi

Can you please tell me the command to install pthreads ?

I am using Nginx + PHP-FPM (No apache)

Re: Installing pthreads with remi repository

If you use nginx + php-fpm, I don't understand your question (about ZTS)
php-fpm is process base management, no threaded.

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: Installing pthreads with remi repository

I am on centos 6.5

Re: Installing pthreads with remi repository

You can close this issue....just a dumb question

Thanks for pointing that out remi