mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
php: update 0.3.0
This commit is contained in:
parent
2ccb09434f
commit
2a0a847634
56 changed files with 8804 additions and 950 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue