mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-20 22:31:33 +02:00
php: update 0.3.0
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user