mirror of
https://github.com/Imagick/imagick.git
synced 2026-06-19 07:35:36 +00:00
Use Zend/zend_smart_string.h (#741)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user