Add support for PHP7.4

This commit is contained in:
Shivam Mathur
2019-09-09 05:41:17 +05:30
parent 35b0788556
commit 02867faba4
9 changed files with 85 additions and 9 deletions

View File

@ -13,6 +13,9 @@
- 7.1
- 7.2
- 7.3
- 7.4 `7.4.0beta4` on `ubuntu`, and `7.4.0RC1` on `windows` and `macOS`
**Note:** PHP 7.4 is currently in development, do not use in production.
## OS Support
@ -97,6 +100,7 @@ Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
- [Homebrew](https://brew.sh/)
- [ppa:ondrej/php](https://launchpad.net/~ondrej/+archive/ubuntu/php)
- [exolnet/homebrew-deprecated](https://github.com/eXolnet/homebrew-deprecated)
- [phpbrew](https://github.com/phpbrew/phpbrew)
## Further Reading