summaryrefslogtreecommitdiff
path: root/databases/php-tarantool/files/patch-src-tarantool_msgpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/php-tarantool/files/patch-src-tarantool_msgpack.c')
-rw-r--r--databases/php-tarantool/files/patch-src-tarantool_msgpack.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/php-tarantool/files/patch-src-tarantool_msgpack.c b/databases/php-tarantool/files/patch-src-tarantool_msgpack.c
deleted file mode 100644
index ad47e883931a..000000000000
--- a/databases/php-tarantool/files/patch-src-tarantool_msgpack.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/tarantool_msgpack.c.orig 2020-06-29 22:41:13 UTC
-+++ src/tarantool_msgpack.c
-@@ -5,6 +5,10 @@
-
- #include "third_party/msgpuck.h"
-
-+#if PHP_MAJOR_VERSION >= 8
-+#define TSRMLS_FETCH()
-+#endif
-+
- #ifndef HASH_KEY_NON_EXISTENT
- #define HASH_KEY_NON_EXISTENT HASH_KEY_NON_EXISTANT
- #endif /* HASH_KEY_NON_EXISTENT */