From 96d5dcea944a188e9a388bf19ed81ee41f1a990c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 12:06:59 +0200 Subject: [PATCH] use Zend/zend_smart_string.h --- zstd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zstd.c b/zstd.c index 5479ba5..8ad068f 100644 --- a/zstd.c +++ b/zstd.c @@ -30,7 +30,11 @@ #include #include #include +#if PHP_VERSION_ID < 70200 #include +#else +#include "Zend/zend_smart_string.h" +#endif #if defined(HAVE_APCU_SUPPORT) #include #include