From a43a6790d5063ce8cca96c93f6a1aaa661cb8ab6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 09:12:38 +0200 Subject: - update to 3.4.4RC1 - open https://github.com/mkoppanen/imagick/pull/274 missing file - open https://github.com/mkoppanen/imagick/issues/275 bad stabililty - open https://github.com/mkoppanen/imagick/issues/276 failed test on 32-bit --- functions.inc | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 functions.inc (limited to 'functions.inc') diff --git a/functions.inc b/functions.inc new file mode 100644 index 0000000..f5c1ef1 --- /dev/null +++ b/functions.inc @@ -0,0 +1,65 @@ += 0) { + return true; + } + + return false; +} + + + -- cgit