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
|
|
@ -2,7 +2,7 @@
|
|||
#ifndef PHP_MSGPACK_H
|
||||
#define PHP_MSGPACK_H
|
||||
|
||||
#define MSGPACK_VERSION "0.2.1"
|
||||
#define MSGPACK_EXTENSION_VERSION "0.3.0"
|
||||
|
||||
#include "ext/standard/php_smart_str.h"
|
||||
|
||||
|
|
@ -23,6 +23,7 @@ extern zend_module_entry msgpack_module_entry;
|
|||
|
||||
ZEND_BEGIN_MODULE_GLOBALS(msgpack)
|
||||
zend_bool error_display;
|
||||
zend_bool php_only;
|
||||
ZEND_END_MODULE_GLOBALS(msgpack)
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(msgpack)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue