Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am running MAMP PRO 2.1.1 on a MAC using OS 10.7.4 (Lion). How do I change the path to the configuration (php.ini) file so that it is the same as the path to the installed Configuration file?

share|improve this question

1 Answer

The path to the php.ini used will be based on the version of PHP you have selected in MAMP. For example, with PHP 5.3.4 that would normally be:

/Applications/MAMP/conf/php5.4.3/php.ini

Assuming you haven't changed the defaults, you should be also be able to visit the MAMP info page:

http://localhost:8888/MAMP/

Select the "phpInfo" tab and look for the "Loaded Configuration File" setting.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.