Linux (CentOS) 下找不到 php.ini

 Let's just use the defaults as shipped and start the php-fpm daemon; if your distro uses the provided init script, run

  • /etc/init.d/php-fpm start

Or if not, start it manually with

  • php-fpm -y /path/to/php-fpm.conf -c /path/to/custom/php.ini

If you don't provide php-fpm with its own php.ini file, the global php.ini will be used. 

你可能感兴趣的:(Linux (CentOS) 下找不到 php.ini)