summaryrefslogtreecommitdiff
path: root/databases/php-tarantool/files/patch-src-tarantool_exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/php-tarantool/files/patch-src-tarantool_exception.c')
-rw-r--r--databases/php-tarantool/files/patch-src-tarantool_exception.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/php-tarantool/files/patch-src-tarantool_exception.c b/databases/php-tarantool/files/patch-src-tarantool_exception.c
deleted file mode 100644
index 177d221a3f68..000000000000
--- a/databases/php-tarantool/files/patch-src-tarantool_exception.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/tarantool_exception.c.orig 2020-06-29 22:41:13 UTC
-+++ src/tarantool_exception.c
-@@ -4,6 +4,10 @@
-
- #include "tarantool_exception.h"
-
-+#if PHP_MAJOR_VERSION >= 8
-+#define TSRMLS_DC
-+#endif
-+
- zend_class_entry *TarantoolException_ptr;
- zend_class_entry *TarantoolIOException_ptr;
- zend_class_entry *TarantoolClientError_ptr;