I have installed pthreads by the following http://php.net/manual/en/pthreads.installation.php from http://windows.php.net/downloads/pecl/releases/pthreads/
My php info :- phpinfo();
PHP Version 5.6.30 Compiler : MSVC11 (Visual C++ 2012) Architecture : x86 Thread Safety : enabled
But error still exists..
php -m output#
php -m PHP Warning: PHP Startup: pthreads: Unable t Module compiled with module API=20121212 PHP compiled with module API=20131226 These options need to match in Unknown on line 0 Warning: PHP Startup: pthreads: Unable to ini Module compiled with module API=20121212 PHP compiled with module API=20131226 These options need to match in Unknown on line 0 [PHP Modules] bcmath bz2 calendar Core ctype curl date dom ereg exif fileinfo filter ftp gd gettext hash iconv json libxml mbstring mcrypt mhash mysql mysqli mysqlnd odbc
extension=php_pthreads.dllto the correct php.ini? - Philippphp -moutput ? - hassanThread Safety: enabledis not about pthreads extension. - Furgas