DimitrisChousiadas
DimitrisChousiadas

Reputation: 133

Can’t find the php.ini file in XAMPP

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?

Upvotes: 2

Views: 6232

Answers (2)

user5721195
user5721195

Reputation: 21

php.ini is hidden by Default. You need to show it using CP folder settings

Upvotes: 2

user3652398
user3652398

Reputation: 11

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. 

Upvotes: 0

Related Questions