blob: d75d23dbf11b500afdb6f15b62b401489c4d4bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
From 7088edc353f53c4bc644573a79cdcd67a726ae16 Mon Sep 17 00:00:00 2001
From: FedericoHeichou <federicoheichou@gmail.com>
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
}
|