summaryrefslogtreecommitdiff
path: root/php/msgpack_pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'php/msgpack_pack.h')
-rw-r--r--php/msgpack_pack.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/php/msgpack_pack.h b/php/msgpack_pack.h
index 96cfd4e..16f3e7b 100644
--- a/php/msgpack_pack.h
+++ b/php/msgpack_pack.h
@@ -1,13 +1,14 @@
-#ifndef MSGPACL_PACK_H
-#define MSGPACL_PACK_H
+#ifndef MSGPACK_PACK_H
+#define MSGPACK_PACK_H
#include "ext/standard/php_smart_str.h"
enum msgpack_serialize_type
{
+ MSGPACK_SERIALIZE_TYPE_NONE = 0,
MSGPACK_SERIALIZE_TYPE_REFERENCE = 1,
- MSGPACK_SERIALIZE_TYPE_OBJECT,
+ MSGPACK_SERIALIZE_TYPE_RECURSIVE,
MSGPACK_SERIALIZE_TYPE_CUSTOM_OBJECT,
};