Skip to content

Instantly share code, notes, and snippets.

@iyuuya
Last active August 29, 2015 14:22
Show Gist options
  • Save iyuuya/ef4bb2d8ee3a28c20fce to your computer and use it in GitHub Desktop.
Save iyuuya/ef4bb2d8ee3a28c20fce to your computer and use it in GitHub Desktop.
Build PHP 5.3.29 for Mac
```
diff --git a/share/php-build/definitions/5.3.29 b/share/php-build/definitions/5.3.29
index 5b185ec..e34db9d 100644
--- a/share/php-build/definitions/5.3.29
+++ b/share/php-build/definitions/5.3.29
@@ -1,3 +1,5 @@
+configure_option "--with-openssl=/usr/local/opt/openssl"
+
install_package "http://php.net/distributions/php-5.3.29.tar.bz2"
install_pyrus
install_xdebug "2.2.7"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment