Skip to content

Instantly share code, notes, and snippets.

@silviogutierrez
silviogutierrez / php.rb
Created June 18, 2012 04:35
PHP 5.2 Formula for Homebrew
require 'formula'
def mysql_installed?
`which mysql_config`.length > 0
end
class Php < Formula
url 'http://ca2.php.net/distributions/php-5.2.17.tar.gz'
homepage ''
md5 '04d321d5aeb9d3a051233dbd24220ef1'