We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19f9cbc + 96d5dce commit e061583Copy full SHA for e061583
1 file changed
zstd.c
@@ -30,7 +30,11 @@
30
#include <php_ini.h>
31
#include <ext/standard/file.h>
32
#include <ext/standard/info.h>
33
+#if PHP_VERSION_ID < 70200
34
#include <ext/standard/php_smart_string.h>
35
+#else
36
+#include "Zend/zend_smart_string.h"
37
+#endif
38
#if defined(HAVE_APCU_SUPPORT)
39
#include <ext/standard/php_var.h>
40
#include <ext/apcu/apc_serializer.h>
0 commit comments