Skip to main content
Active reading. Added some context. Dressed the naked link.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

For SAPISAPI: php-fpm

There is noisn't any need to create a php.infophp.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

Here is a more complete explanation: https://www.cloudinsidr.com/content/how-to-figure-out-your-php-configuration-parameters-without-info-php/How to Figure out Your PHP Configuration Parameters without info.php

For SAPI: php-fpm

There is no need to create a php.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

Here is a more complete explanation: https://www.cloudinsidr.com/content/how-to-figure-out-your-php-configuration-parameters-without-info-php/

For SAPI: php-fpm

There isn't any need to create a php.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

Here is a more complete explanation: How to Figure out Your PHP Configuration Parameters without info.php

added 276 characters in body
Source Link

For SAPI: php-fpm

There is no need to create a php.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

That's all thereHere is to it.a more complete explanation: https://www.cloudinsidr.com/content/how-to-figure-out-your-php-configuration-parameters-without-info-php/

There is no need to create a php.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

That's all there is to it.

For SAPI: php-fpm

There is no need to create a php.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

Here is a more complete explanation: https://www.cloudinsidr.com/content/how-to-figure-out-your-php-configuration-parameters-without-info-php/

Source Link

There is no need to create a php.info file (it is not a good policy to leave it for the world to read anyway). On the command line:

php-fpm -i | more 

Somewhere in its output, it will show this line:

Configuration File (php.ini) Path => /etc 

That's all there is to it.