From 878561f9a827d84ecff9c4197fa68bf2bd86140d Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 1 Nov 2019 05:06:33 +0530 Subject: [PATCH] Bump to PHP7.4RC5 on darwin and windows --- README.md | 2 +- src/scripts/7.4.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0453abb..493d9d81 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Setup PHP with required extensions, php.ini configuration and composer in [GitHu |7.1|`Stable`|`Security fixes only`| |7.2|`Stable`|`Active`| |7.3|`Stable`|`Active`| -|7.4|`RC4`|`Active`| +|7.4|`RC4`/`RC5`|`Active`| **Note:** PHP 7.4 is currently in development, do not use in production/release branches. diff --git a/src/scripts/7.4.sh b/src/scripts/7.4.sh index 3497f1e7..45d70552 100644 --- a/src/scripts/7.4.sh +++ b/src/scripts/7.4.sh @@ -16,7 +16,7 @@ add_log() { printf "\033[31;1m%s \033[0m\033[34;1m%s \033[0m\033[90;1m%s\033[0m\n" "$mark" "$subject" "$message" fi } -version='7.4.0RC4' +version='7.4.0RC5' step_log "Setup dependencies" for package in pkg-config autoconf bison re2c openssl@1.1 krb5 enchant libffi freetype intltool icu4c libiconv t1lib gd libzip gmp tidyp libxml2 libxslt postgresql curl; do