I recently installed XAMPP and now I want to change some settings in the php.ini file, but I can’t find it anywhere. Instead, in the xampp/php directory I found two files: php.ini-development and php.ini-production. Can I use these in order to do the changes I want?
2 Answers
php.ini is hidden by Default. You need to show it using CP folder settings
1 Comment
Ahmed Numaan
What are CP folder settings in windows?
Important Configuration Files And Directories opt/lampp/bin/ - The XAMPP commands home. /opt/lampp/bin/mysql calls for example the MySQL monitor. /opt/lampp/htdocs/ - The Apache DocumentRoot directory. /opt/lampp/etc/httpd.conf - The Apache configuration file. /opt/lampp/etc/my.cnf - The MySQL configuration file. /opt/lampp/etc/php.ini - The PHP configuration file. /opt/lampp/etc/proftpd.conf - The ProFTPD configuration file. (since 0.9.5) /opt/lampp/phpmyadmin/config.inc.php - The phpMyAdmin configuration file.
echo phpinfo()to find out what php.ini is includedphp.inifile. They give you both as examples.