Webastor - Programming Tips and Tricks

Programming language => PHP => Topic started by: Muhammed on October 27, 2014, 10:49:08 PM

Title: Where php.ini ubuntu?
Post by: Muhammed on October 27, 2014, 10:49:08 PM
Hello, I would like to ask you if it is possible to know where php.ini ubuntu I thank you for informing me quickly enough.
Title: Re: Php.Ini ubuntu
Post by: Cole on December 09, 2017, 07:00:18 PM
The three files you have there are each meant for different uses.

/etc/php/5.6/cli/php.ini is for the CLI PHP program, which you found by running php on the terminal.

/etc/php/5.6/cgi/php.ini is for the php-cgi system which isn't specifically used in this setup.