Skip to content

Instantly share code, notes, and snippets.

@bc-zz
bc-zz / php.rb
Created December 30, 2011 22:24 — forked from henrikbjorn/php.rb
Homebrew formula for PHP 5.4 RC5
require 'formula'
def mysql_installed?
`which mysql_config`.length > 0
end
def postgres_installed?
`which pg_config`.length > 0
end