where is php.ini for the windows Xampp server?

Re: where is php.ini for the windows Xampp server?

by Doug Smith -
Number of replies: 0
Hello,
I'm using the windows installer so I don't think I have a separate Apache server to restart. I start and stop Xampp.

I have both upload_max_filesize and post_max_size set to 128M and then restarted my computer. However, in my server php settings, Site administration > Server > PHP info > Maximum uploaded file size still says the upload_max_filesize is 32M.  The post_max_size is now 128M

I then went to the XAMPP control panel, clicked on the apache config button, clicked php.ini and it is showing the setting upload_max_filesize 128M

I then went to Site administration > Security > Site security settings > Maximum uploaded file size and it is set to 32MB. This is the largest value I can pick from a dropdown box.  It seems to me that this unchangeable setting is overriding my php.ini.