2

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?

6
  • echo phpinfo() to find out what php.ini is included Commented May 26, 2014 at 13:37
  • You rename one of them to be your php.ini file. They give you both as examples. Commented May 26, 2014 at 13:40
  • 1
    according to phpinfo() the path for the configuration file is C:\\Windows but it's not there. Commented May 26, 2014 at 13:46
  • actually, i think i got it finally....thanks anyway Commented May 26, 2014 at 14:13
  • 1
    It would be nice is you left the solution here, @dimitris012. At least as a comment. Questions and answers here on Stack Overflow are supposed to help not only the original poster, but also all the people who come from search engines or stumble upon it when browsing the site. Commented Mar 24, 2015 at 22:07

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

1 Comment

What are CP folder settings in windows?
0
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. 

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.