2016-10-15 13:42:06 +02:00
2016-10-15 13:42:06 +02:00
2016-02-15 09:15:06 -05:00
2016-02-15 09:15:06 -05:00
2016-10-15 13:40:52 +02:00

asdf-php

PHP plugin for asdf version manager.

Install

asdf plugin-add php https://github.com/Stratus3D/asdf-php.git

macOS

In oprder to compile PHP on macOS machines, you must install some brew packages first:

brew install freetype bison27 gettext icu4c jpeg libpng openssl readline homebrew/dupes/zlib

and, in order to compile 5.x versions of PHP, you must link bison27 package:

brew link --force bison27

Development

Installing during development:

cp -r . ~/.asdf/plugins/php

####PHP Download Mirrors

I considered trying to use mirrors when downloading the source code. It seemed simpler to just download the release from GitHub. Example code: https://gist.github.com/lox/9152137

Use

Check the asdf readme for instructions on how to install & manage versions of PHP.

Contributing

Feel free to create an issue or pull request if you find a bug.

Issues

No known issues

License

MIT License

Description
No description provided
Readme Apache-2.0 224 KiB
Languages
Shell 98%
Makefile 2%