summaryrefslogtreecommitdiff
path: root/databases/php-tarantool/files/patch-src-utils.c
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-08 19:00:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-08 19:00:09 +0000
commitbd0048f04286487c4b7a7e02569b509dc61a86d9 (patch)
treee001999f3d99ffca3ce2c001604345974ccb9662 /databases/php-tarantool/files/patch-src-utils.c
parentUpdate to 0.3.10 (diff)
Update to 0.3.3
Changes: https://github.com/tarantool/tarantool-php/releases
Notes
Notes: svn path=/head/; revision=541557
Diffstat (limited to '')
-rw-r--r--databases/php-tarantool/files/patch-src-utils.c13
1 files changed, 0 insertions, 13 deletions
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):