From 56ebaa85fc339d78cef2012c20977a996fdffe14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Apr 2017 09:35:24 +0200 Subject: add patch for 7.2 --- msgpack.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 msgpack.patch (limited to 'msgpack.patch') diff --git a/msgpack.patch b/msgpack.patch deleted file mode 100644 index bd440db..0000000 --- a/msgpack.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- msgpack-0.5.5/msgpack_unpack.h.old 2013-02-19 04:03:35.000000000 +0100 -+++ msgpack-0.5.5/msgpack_unpack.h 2013-02-20 09:55:53.969440978 +0100 -@@ -67,6 +67,9 @@ - int msgpack_unserialize_map_item( - msgpack_unserialize_data *unpack, zval **container, zval *key, zval *val); - -+void msgpack_serialize_var_destroy(msgpack_serialize_data_t *var_hash); -+void msgpack_serialize_var_init(msgpack_serialize_data_t *var_hash); -+ - /* template functions */ - #define msgpack_unpack_struct(name) struct template ## name - #define msgpack_unpack_func(ret, name) ret template ## name -- cgit