Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/294.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PHP Pthreads未知类线程_Php_Parallel Processing_Pthreads - Fatal编程技术网

PHP Pthreads未知类线程

PHP Pthreads未知类线程,php,parallel-processing,pthreads,Php,Parallel Processing,Pthreads,我正在使用: PHP 5.5.8 Apache 2.2.22 Ubuntu 12.04 64位 尝试安装PHP模块Pthreads,重新编译后,使用CLI一切正常,但当我尝试启动新线程时,会出现错误: [Mon Jan 13 12:24:38 2014] Script: '/var/www/index.php' /home/jd/Downloads/php-5.5.8/Zend/zend_hash.c(450) : Freeing 0x7F4C302051C8 (128 b

我正在使用:

PHP 5.5.8 Apache 2.2.22 Ubuntu 12.04 64位 尝试安装PHP模块Pthreads,重新编译后,使用CLI一切正常,但当我尝试启动新线程时,会出现错误:

[Mon Jan 13 12:24:38 2014]  Script:  '/var/www/index.php'
/home/jd/Downloads/php-5.5.8/Zend/zend_hash.c(450) :  Freeing 0x7F4C302051C8 (128         bytes), script=/var/www/index.php
[Mon Jan 13 12:24:38 2014]  Script:  '/var/www/index.php'
/home/jd/Downloads/php-5.5.8/Zend/zend_language_parser.c(5419) :  Freeing 0x7F4C300F9590  (72 bytes), script=/var/www/index.php
/home/jd/Downloads/php-5.5.8/Zend/zend_API.c(1011) : Actual location (location was relayed)

您是否启用了php ZTS?它是使用线程所必需的。命令:-enable maintainer ztsys,我使用了这个命令:./configure-enable debug-enable maintainer zts-enable pthreadsned查看代码。。。此外,我没有看到未知类错误…对不起,我编辑了文本,没有更改标题。PHP说可能我发现了一个bug,我给thems发了一个报告。我没有看到bug报告,有bug吗?