Skip to content

Instantly share code, notes, and snippets.

View kemalyen's full-sized avatar

Kemal Yenilmez kemalyen

  • Basingstoke / UK
View GitHub Profile
@kemalyen
kemalyen / gist:fe05bcc941faf3c9080e
Created June 14, 2014 07:33
Install PHP on Mac easily
Install php on Mac
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
export PATH=/usr/local/php5/bin:$PATH
Why is Europe/Zurich the default timezone? Where to change that?
$queries = DB::getQueryLog();
$last_query = end($queries);