How to enable php.ini on Mac OSX 10.8.x
Copy the php.ini.default
Open Terminal and run this commandsudo cp /etc/php.ini.default /etc/php.ini
Restart apache
sudo apachectl restart
Open Terminal and run this commandsudo cp /etc/php.ini.default /etc/php.ini
sudo apachectl restart