aboutsummaryrefslogtreecommitdiff
path: root/databases/php-tarantool/files/patch-src-tarantool.c
blob: ef3aa0e55cc15b6cafb2cab6407dfe6466078df1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/tarantool.c.orig	2020-06-29 22:41:13 UTC
+++ src/tarantool.c
@@ -14,6 +14,12 @@
 
 #include "utils.h"
 
+#if PHP_MAJOR_VERSION >= 8
+#define TSRMLS_CC
+#define TSRMLS_DC
+#define TSRMLS_FETCH()
+#endif
+
 static int __tarantool_authenticate(tarantool_connection *obj);
 static void tarantool_stream_close(tarantool_connection *obj);