001+ Usage: php-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d foo[=bar]] [-y <file>] [-D] [-F]
002+ -c <path>|<file> Look for php.ini file in this directory
003+
004+ Warning: fsockopen(): unable to connect to 127.0.0.1:9008 (Connection refused) in /root/php/new/php-src-release/sapi/fpm/tests/fcgi.inc on line 255
005+ Ping error
006+ File php-fpm.log.tmp missing
007+ File php-fpm.acc.tmp missing
008+ File php-fpm.slw.tmp missing
009+ File php-fpm.pid.tmp missing
010+ -n No php.ini file will be used
011+ -d foo[=bar] Define INI entry foo with value 'bar'
001- [%s] NOTICE: fpm is running, pid %d
002- [%s] NOTICE: ready to handle connections
003- Ping ok
004- File php-fpm.log.tmp exists
005- File php-fpm.acc.tmp exists
006- File php-fpm.slw.tmp exists
007- File php-fpm.pid.tmp exists
008- [%s] NOTICE: Terminating ...
009- [%s] NOTICE: exiting, bye-bye!
010- File php-fpm.pid.tmp removed
011- 127.0.0.1 - %s "GET /ping" 200
012+ -e Generate extended information for debugger/profiler
013+ -h This help
014+ -i PHP information
015+ -m Show compiled in modules
016+ -v Version number
017+ -p, --prefix <dir>
018+ Specify alternative prefix path to FastCGI process manager (default: /home/xiaoju/php).
019+ -g, --pid <file>
020+ Specify the PID file location.
021+ -y, --fpm-config <file>
022+ Specify alternative path to FastCGI process manager config file.
023+ -t, --test Test FPM configuration and exit
024+ -D, --daemonize force to run in background, and ignore daemonize option from config file
025+ -F, --nodaemonize
026+ force to stay in foreground, and ignore daemonize option from config file
027+ -R, --allow-to-run-as-root
028+ Allow pool to run as root (disabled by default)
029+ File php-fpm.pid.tmp removed
030+
031+ Warning: readfile(/root/php/new/php-src-release/sapi/fpm/tests/php-fpm.acc.tmp): failed to open stream: No such file or directory in %s/019.php on line 48