Questions tagged [zts]

Zend Thread Safety is a Thread-safe PHP interpreter for use with the Apache HTTP Server.

20 questions
0
votes
2 answers

PHP 5.6 ZTS and PHP 7 ZTS MongoDB Driver issue

I had a major problem with choice of PHP and MongoDB versions. I have a project developed in PHP5.6 with PHP 5 MongoDB Driver and I am willing to use PHP with ZTS and pThreads for parallel execution. Unfortunately when I compile PHP with ZTS and…
Abhijeet Patil
  • 370
  • 2
  • 8
0
votes
1 answer

Can not install pthreads

I am trying to install pthreads on to a local ubuntu environment. When I attempt to install the extension using pecl: pecl install pthreads I get the following error: ERROR: `/tmp/pear/temp/pthreads/configure --with-php-config=/usr/bin/php-config'…
Freid001
  • 2,580
  • 3
  • 29
  • 60
0
votes
1 answer

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-zts-20131226/pdo_mysql.so'

I've recompiled PHP sources to enable zts but now PDO no longer works, when I try to execute a script with a pdo instantiation i get this error: PHP Warning: PHP Startup: Unable to load dynamic library…
Gamliel Cohen
  • 138
  • 3
  • 15
0
votes
0 answers

PHP7 ZTS with memcached

I installed PHP7.0-zts, but I cannot get the memcached php client to load and show up in phpinfo(). I have tried many ways of installing php-memcached and no matter what I do, I cannot get the extension to load. I am running Ubuntu 14.04, and I have…
0
votes
1 answer

How to enable ZTS and install pthreads with php5.4 in centos 7?

I am using Centos7 with php version 5.4.45 but I m unable to configure pthread. Please help me out with some steps to install, configure and compile the pthread library. Thanks in advance.
Rohit
  • 1
  • 2
1
2