diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-07-08 19:00:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-07-08 19:00:09 +0000 |
commit | bd0048f04286487c4b7a7e02569b509dc61a86d9 (patch) | |
tree | e001999f3d99ffca3ce2c001604345974ccb9662 /databases/php-tarantool/files/patch-src-utils.c | |
parent | Update 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.c | 13 |
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): |