From ad5d95a3fcdbe19e3b6d5fc6bb9ef80ea619bc82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Feb 2013 10:02:11 +0100 Subject: php-pecl-msgpack: 0.5.5 --- msgpack.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 msgpack.patch (limited to 'msgpack.patch') diff --git a/msgpack.patch b/msgpack.patch new file mode 100644 index 0000000..bd440db --- /dev/null +++ b/msgpack.patch @@ -0,0 +1,12 @@ +--- 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