From 9d1fe69816ec92cd2e593e3fd30d03741b32669a Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 16 Jul 2021 15:52:34 +0530 Subject: [PATCH] Revert PCRE2 Patch --- src/scripts/darwin.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/darwin.sh b/src/scripts/darwin.sh index 0ae614b6..0564b3b0 100644 --- a/src/scripts/darwin.sh +++ b/src/scripts/darwin.sh @@ -316,10 +316,6 @@ if [ "$existing_version" != "$version" ]; then status="Installed" else status="Found" - # Remove when PCRE2 on macOS images is updated to the patched PCRE2 10.37 - add_brew_tap shivammathur/homebrew-php - update_dependencies - brew reinstall pcre2 >/dev/null 2>&1 fi ini_file=$(php -d "date.timezone=UTC" --ini | grep "Loaded Configuration" | sed -e "s|.*:s*||" | sed "s/ //g") sudo chmod 777 "$ini_file" "$tool_path_dir"