| 1 | ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" |
| 12 | liondeMacBook-PRo:~ lion$ brew -vHomebrew 0.9.5 |
| 1234 | liondeMacBook-Pro:~ lion$ brew updateliondeMacBook-Pro:~ lion$ brew tap homebrew/dupesliondeMacBook-Pro:~ lion$ brew tap homebrew/phpliondeMacBook-Pro:~ lion$ brew tap josegonzalez/homebrew-php |
| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | liondeMacBook-Pro:Library lion$ brew options php55--disable-opcacheBuild without Opcache extension--disable-zend-multibyteDisable auto-detection of Unicode encoded scripts (PHP 5.2 and 5.3 only)--homebrew-apxsBuild against apxs in Homebrew prefix--with-apacheEnable building of shared Apache 2.0 Handler module, overriding any options which disable apache--with-cgiEnable building of the CGI executable (implies --without-apache)--with-debugCompile with debugging symbols--with-fpmEnable building of the fpm SAPI executable (implies --without-apache)--with-gmpBuild with gmp support--with-homebrew-curlInclude Curl support via Homebrew--with-homebrew-libxsltInclude LibXSLT support via Homebrew--with-homebrew-opensslInclude OpenSSL support via Homebrew--with-imapInclude IMAP extension--with-intlInclude internationalization support--with-libMySQLInclude (old-style) libmysql support instead of mysqlnd--with-mssqlInclude MSSQL-DB support--with-pdo-ociInclude Oracle databases (requries ORACLE_HOME be set)--with-pgsqlInclude PostgreSQL support--with-phpdbgEnable building of the phpdbg SAPI executable (PHP 5.4 and above)--with-thread-safetyBuild with thread safety--with-tidyInclude Tidy support--without-bz2Build without bz2 support--without-mysqlRemove MySQL/MariaDB support--without-pcntlBuild without Process Control support--without-pearBuild without PEAR--HEADinstall HEAD version |
| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 | liondeMacBook-Pro:Library lion$ brew install php55 --with-mssql --with-homebrew-openssl --with-homebrew-libxslt --with-homebrew-curl --with-fpm --with-debug --with-gmp --with-imap --with-tidy --with-libmysql==> Installing dependencies for php55: curl, freetds, gmp==> Installing php55 dependency: curl==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/curl-7.37.1.mavericks.bottle.tar.gz######################################################################## 100.0%==> Pouring curl-7.37.1.mavericks.bottle.tar.gz==> CaveatsThis formula is keg-only, which means it was not symlinked into /usr/local.Mac OS X already provides this software and installing another version inparallel can cause all kinds of trouble.Generally there are no consequences of this for you. If you build yourown software and it requires this formula, you'll need to add to yourbuild variables:LDFLAGS: -L/usr/local/opt/curl/l |