I'm trying to edit the php.ini file which on my mac is located in /usr/local/lib/php.ini. I can't figure out how to navigate to the file using the terminal & furthermore edit the file, and of course if anyone knows how to simply navigate to that point outside of terminal that would be stellar too. Any help will be greatly appreciated! Thanks
Use a shell, and CD into that directory, then use VI to edit the file, or open it with TextEdit (I think that is the Mac simple text editor).