nginx + php-fpm + v8js 崩溃

nginx + php-fpm + v8js 崩溃

我遇到了有关 php 的 v8js 扩展的问题。我需要在我的服务器上安装它(并且已经安装了)(CentOS 6.5、Nginx 1.0.15、php 5.5.12)

但每当我对它进行这样一个简单的测试时:http://pastebin.com/KtyLYccs

它导致 php-fpm 子进程崩溃

[11-Jul-2014 15:45:44] WARNING: [pool www] child 19409 exited on signal 11 (SIGSEGV) after 159.191070 seconds from start
[11-Jul-2014 15:45:44] NOTICE: [pool www] child 19577 started

知道哪里出了问题吗?此外,无论您需要什么日志/配置,只需告诉我,我就会与您分享

答案1

找到解决方案,你需要在不启用 ZTS 的情况下编译 php

相关内容