php-fpm startup error
Today QA used php-fpm to start php and reported an error. The specific information is as follows:
-bash-3.2$ ~/script/client/php-fpm restart
Gracefully shutting down php-fpm . done
Starting php-fpm [29-Jul-2013 16:11:55] NOTICE: [ pool www] 'user' directive is ignored when FPM is not running as root
/home/script/client/php-fpm: line 52: 11678 Segmentation fault $php_fpm_BIN $php_opts
failed
Finally it was found that it was enabled at the same time in php It is caused by two extensions, apc and zend opcache. I guess there should be a conflict between these two extensions, and if they are enabled at the same time, the above error will be reported.
In addition, some extension libraries use compiled libraries and runtime library versions that are inconsistent. For example, if gd is compiled with libpng15, but the running environment is libpng12, it is easy to have this kind of problem.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
