Last Updated: February 25, 2016
·
468
· gabrielstuff

New OsX install, do not forget to copy php.ini

Just in case you reinstall a fresh OsX and you want to dive in php development. Do not forget to :

sudo cp /etc/php.ini.default /etc/php.ini

And add :

detect_unicode = Off