Use Zend/zend_smart_string.h (#741)

This commit is contained in:
Remi Collet
2025-08-07 21:27:31 +02:00
committed by GitHub
parent b47e91c83b
commit 45adfb7b1e
+3 -1
View File
@@ -24,7 +24,9 @@
#include "php_imagick_helpers.h"
#include "php_imagick_shared.h"
#if PHP_VERSION_ID >= 70000
#if PHP_VERSION_ID >= 70200
#include "Zend/zend_smart_string.h"
#elif PHP_VERSION_ID >= 70000
#include "ext/standard/php_smart_string.h"
#else
#include "ext/standard/php_smart_str.h"