From bd0048f04286487c4b7a7e02569b509dc61a86d9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2020 19:00:09 +0000 Subject: Update to 0.3.3 Changes: https://github.com/tarantool/tarantool-php/releases --- databases/php-tarantool/files/patch-src-utils.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 databases/php-tarantool/files/patch-src-utils.c (limited to 'databases/php-tarantool/files/patch-src-utils.c') diff --git a/databases/php-tarantool/files/patch-src-utils.c b/databases/php-tarantool/files/patch-src-utils.c deleted file mode 100644 index ae69f4cb7191..000000000000 --- a/databases/php-tarantool/files/patch-src-utils.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/utils.c.orig 2018-04-18 13:33:56 UTC -+++ src/utils.c -@@ -29,8 +29,10 @@ const char *tutils_op_to_string(zval *ob - return "RESOURCE"; - case(IS_REFERENCE): - return "REFERENCE"; -+#if PHP_VERSION_ID < 70300 - case(IS_CONSTANT): - return "CONSTANT"; -+#endif - case(IS_CONSTANT_AST): - return "CONSTANT_AST"; - case(IS_CALLABLE): -- cgit v1.2.3