From 212cb17038c8539a19074b6651ac629d16efd3c8 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 10 Dec 2023 09:55:00 +0100 Subject: [PATCH] Remove unneeded patch --- install_binaries.sh | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index 7372335..91e7976 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -1331,31 +1331,7 @@ cd php-src cd ext cd apcu && git fetch --all && git checkout v5.1.23 && cd .. cd php-ext-brotli && git fetch --all && git checkout 0.13.1 && cd .. -cd imagick && git fetch --all && git checkout 3.7.0 -cat < -Date: Fri, 24 Nov 2023 11:24:00 +0100 -Subject: [PATCH] Fix compilation error "Unterminated preprocessor conditions" - in php 8.3 - ---- - Imagick.stub.php | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Imagick.stub.php b/Imagick.stub.php -index 804c0152..49da9386 100644 ---- a/Imagick.stub.php -+++ b/Imagick.stub.php -@@ -1669,4 +1669,5 @@ public function setInterpolateMethod(int $method): bool{} - public function setOrientation(int $orientation): bool {} - #endif - -+#endif - } -EOF - -cd .. +cd imagick && git fetch --all && git checkout 3.7.0 && cd .. cd php-gnupg && git fetch --all --recurse-submodules && git checkout gnupg-1.5.1 --recurse-submodules && cd .. cd php-rar && git fetch --all && git reset --hard && git checkout ab26d285759e4c917879967b09976a44829ed570 cat <