summaryrefslogtreecommitdiffstats
path: root/msgpack.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-20 10:02:11 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-20 10:02:11 +0100
commitad5d95a3fcdbe19e3b6d5fc6bb9ef80ea619bc82 (patch)
treebbb261374f183fcb52ea70185c308da933f88ad8 /msgpack.patch
parent42f17c3385ac2be772d95263130796c403629e3c (diff)
php-pecl-msgpack: 0.5.5
Diffstat (limited to 'msgpack.patch')
-rw-r--r--msgpack.patch12
1 files changed, 12 insertions, 0 deletions
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