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