-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathparams.json
1 lines (1 loc) · 2.79 KB
/
params.json
1
{"name":"php-build","tagline":"Builds PHP so that multiple versions can be used in parallel.","body":"# php-build\r\n\r\nphp-build builds multiple PHP versions from source, and this _fully automatic_.\r\n\r\n## Who uses this?\r\n\r\n * [Travis CI](http://travis-ci.org)\r\n * _Maybe you?_\r\n\r\n## Install\r\n\r\n```\r\n% git clone git://github.com/CHH/php-build\r\n% cd php-build\r\n% sudo ./install.sh\r\n```\r\n\r\n## Usage\r\n\r\n### Synopsis\r\n\r\n```\r\nphp-build --help\r\nphp-build --definitions\r\nphp-build [-i <environment_or_inifile>] <definition> <prefix>\r\n```\r\n\r\nBefore you can build PHP you will need all necessary build dependencies. \r\n\r\nIf you happen to use Ubuntu then this is done with one command:\r\n\r\n```\r\n% sudo apt-get build-dep php5-cli\r\n```\r\n\r\nThen run this to install PHP 5.5.9 in development configuration:\r\n\r\n```\r\n% php-build -i development 5.5.9 ~/local/php/5.5.9\r\n```\r\n\r\nTo get a list of all supported PHP versions pass the `--definitions` flag:\r\n\r\n```\r\n% php-build --definitions\r\n```\r\n\r\nBy default PHP versions come only with Pyrus (the new Pear installer) preinstalled.\r\nPass the `--pear` flag to enable the legacy Pear installer alongside of Pyrus for enhanced\r\ncompatibility with legacy Pear packages:\r\n\r\n```\r\n% php-build -i development --pear 5.5.9 ~/local/php/5.5.9\r\n```\r\n\r\n## Meet the core team\r\n\r\n* [Loïc Frering](https://github.com/loicfrering)\r\n* [Rogerio Prado de Jesus](https://github.com/rogeriopradoj)\r\n* [Christoph Hochstrasser](https://github.com/CHH)\r\n\r\n## License\r\n\r\nThe MIT License\r\n\r\nCopyright (c) 2014 Christoph Hochstrasser\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.","google":"UA-6881967-3","note":"Don't delete this file! It's used internally to help with page regeneration."}