我尝试在php.ini中包含pthreads,如下所示:
extension=ext/php_pthreads.dll
然而,当我启动apache时它会提示消息,我检查了PHP配置,它是5.5.10 和线程安全已启用。似乎PHP是alreadt Thread Safe。我是否需要使用--enable-zts配置重新编译PHP?
错误消息是:
PHP Startup:
pthreads: Unable to initialize module.
Module compiled with module API=20131226 .
PHP compiled with module API=20121212.
These options need to match.
答案 0 :(得分:-1)
请检查xampp扩展目录中是否存在php_pthreads.dll。
如果不存在,请下载并粘贴然后重新启动xampp。
你的问题必须解决。