Search code examples
phpmamp

Editing php.ini with MAMP 3.5 where is the right ini file?


I'm trying to edit my php.ini file to turn off short tags. Pretty standard.

phpinfo() tells me I am running PHP Version 5.6.10

I have edited 2 php.ini files so far, and neither has taken effect (yes, I restarted MAMP)

MAMP/conf/php5.6.10/php.ini

MAMP/bin/php/php5.6.10/conf/php.ini

Neither file changes the status of short tags

Can anyone direct me where/how to change my php.ini settings?

I really freaking miss WAMP. Whose bright idea was it to buy a Mac?!?


Solution

  • Aaannnnnnnnddddd I was being a dufus

    I had been commenting the line out instead of changing to "Off"