PHP, включить ZTS, Pthreads

Мне нужно, чтобы ZTS включалась в php. Поэтому я перекомпилировал php из источника с опцией «–enable-maintainer-zts». Теперь у меня есть:
"php -v"

PHP 7.0.11 (cli) (built: Oct 3 2016 12:19:10) ( ZTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies 

"php -i"

 Thread Safety => enabled 

Теперь я пытаюсь сделать
«sudo pecl install pthreads», который отвечает мне

 checking whether to enable pthreads... yes, shared checking whether to enable AddressSanitizer for pthreads... no checking whether to enable dmalloc for pthreads... no checking for ZTS... configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled ERROR: `/var/tmp/pthreads/configure --with-php-config=/usr/bin/php-config' failed 

Пожалуйста, помогите мне. Что не так?

CentOS 7.