Are you using a PC or a Mac? And which (version of the) operating system?
Actually, if you make a php script and put this in it:
Code:
<?php
phpinfo();
?>
Then call that page in your web browser, it should display all the info about your php installation, and somewhere it says where your php.ini file is saved. I think it says 'ini path' or something like that.
When you find it you might not be able to save changes to it. I usually save a copy on my desktop and edit that. Then delete the original and replace it with the one from the desktop. Seems to get around the issue (on a mac).
Comment