Patch-Source: https://github.com/kjdev/php-ext-brotli/pull/76/commits/aac82ce0275f4ec71c86c8a17a763a9f6b5a4045 From aac82ce0275f4ec71c86c8a17a763a9f6b5a4045 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 12:38:27 +0200 Subject: [PATCH] use Zend/zend_smart_string.h --- brotli.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brotli.c b/brotli.c index 16c300b..84e2ab4 100644 --- a/brotli.c +++ b/brotli.c @@ -10,7 +10,11 @@ #include #include #include +#if PHP_VERSION_ID < 70200 #include +#else +#include +#endif #if defined(HAVE_APCU_SUPPORT) #include #include