We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6775c24 commit 87978c3Copy full SHA for 87978c3
1 file changed
msgpack_unpack.c
@@ -12,6 +12,9 @@
12
#if PHP_VERSION_ID < 70400
13
# define zval_try_get_string zval_get_string
14
#endif
15
+#if PHP_VERSION_ID < 70200
16
+# define zend_string_init_interned zend_string_init
17
+#endif
18
19
typedef struct {
20
zend_long used_slots;
0 commit comments