Skip to content

Commit b9fc847

Browse files
committed
use Zend/zend_smart_string.h
1 parent bb83855 commit b9fc847

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

php_memcached_private.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
#include <ext/standard/info.h>
4444
#include <zend_extensions.h>
4545
#include <zend_exceptions.h>
46+
#if PHP_VERSION_ID < 70200
4647
#include <ext/standard/php_smart_string.h>
48+
#else
49+
#include <Zend/zend_smart_string.h>
50+
#endif
4751
#include <ext/standard/php_var.h>
4852
#include <ext/standard/basic_functions.h>
4953

0 commit comments

Comments
 (0)