From 7a2f77193feff40301cd6682ae986c34c3c90d70 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sun, 30 Mar 2025 22:22:22 +0700 Subject: [PATCH] add imagick extension note --- docs/en/guide/extension-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/guide/extension-notes.md b/docs/en/guide/extension-notes.md index 1d9209c9..734658ab 100644 --- a/docs/en/guide/extension-notes.md +++ b/docs/en/guide/extension-notes.md @@ -48,6 +48,10 @@ This extension contains an implementation of the coroutine environment for `pdo_ 1. Only PHP 8.0 ~ 8.4 is supported. +## imagick + +1. The imagick extension currently only has openmp support on musl libc. This means that multithreading is disabled on glibc or other operating systems. The extension is still fully functional. + ## imap 1. Kerberos is not supported