https://github.com/shivammathur/php5-darwin
Install PHP 5 versions on darwin
https://github.com/shivammathur/php5-darwin
darwin macos php5 php53 php54 php55
Last synced: about 2 months ago
JSON representation
Install PHP 5 versions on darwin
- Host: GitHub
- URL: https://github.com/shivammathur/php5-darwin
- Owner: shivammathur
- License: mit
- Created: 2020-02-28T19:20:12.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T10:57:38.000Z (over 3 years ago)
- Last Synced: 2025-05-13T16:38:29.387Z (11 months ago)
- Topics: darwin, macos, php5, php53, php54, php55
- Language: Shell
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP5 for darwin
> Scripts to install end of life PHP versions.
PHP versions in this project have reached end of life and should not be used except for testing backward-compatibility.
## Usage
### PHP 5.3
```bash
curl -sSL https://github.com/shivammathur/php5-darwin/releases/latest/download/install.sh | bash -s 53
```
### PHP 5.4
```bash
curl -sSL https://github.com/shivammathur/php5-darwin/releases/latest/download/install.sh | bash -s 54
```
### PHP 5.5
```bash
curl -sSL https://github.com/shivammathur/php5-darwin/releases/latest/download/install.sh | bash -s 55
```
## SAPI
- cli
- cgi
- fpm
## License
- This project is released under the [MIT license](http://choosealicense.com/licenses/mit/). Please see the [license file](LICENSE) for more information.
- This project uses builds from [macports](https://github.com/macports/macports-ports "macports/macports-ports") and their LICENSE can be found [here](MACPORTS_LICENSE).
- Macports build of php-fpm uses `daemondo` binary for launching services. It is redistributed with the PHP builds and its LICENSE can be found [here](DAEMONDO_LICENSE).