summaryrefslogtreecommitdiffstats
path: root/msgpack-php71.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-07 07:49:41 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-07 07:49:41 +0100
commit4f8fc201df6f9e7ee4d692cc66e3ee2374207c6a (patch)
tree6dd70a2edd2e9b0f41d868da66a672d4084b634c /msgpack-php71.patch
parentd1fa0ff80011ccb9d85f7f9645b7dd045c38df90 (diff)
php-pecl-msgpack: 2.0.2
Diffstat (limited to 'msgpack-php71.patch')
-rw-r--r--msgpack-php71.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/msgpack-php71.patch b/msgpack-php71.patch
deleted file mode 100644
index bab1d2a..0000000
--- a/msgpack-php71.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/msgpack_unpack.h b/msgpack_unpack.h
-index 5dc9524..0851625 100644
---- a/msgpack_unpack.h
-+++ b/msgpack_unpack.h
-@@ -16,6 +16,16 @@ typedef enum
- MSGPACK_UNPACK_PARSE_ERROR = -1,
- } msgpack_unpack_return;
-
-+#if PHP_VERSION_ID >= 70100
-+typedef struct php_unserialize_data {
-+ void *first;
-+ void *last;
-+ void *first_dtor;
-+ void *last_dtor;
-+ HashTable *allowed_classes;
-+};
-+#endif
-+
- typedef struct php_unserialize_data msgpack_unserialize_data_t;
-
- typedef struct {