X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_json_post.h;h=76cb8fe95506fe9489cb95592ab88bed398274ee;hb=9238ac82f5a27d09836a3db70893f8c1cd8eadf7;hp=e797385b6cca2b5dd6d1d10e247a21c1ef175742;hpb=864973a4330f38d53d1dc85291efb81d23cc10b8;p=m6w6%2Fext-json_post diff --git a/php_json_post.h b/php_json_post.h index e797385..76cb8fe 100644 --- a/php_json_post.h +++ b/php_json_post.h @@ -16,7 +16,7 @@ extern zend_module_entry json_post_module_entry; #define phpext_json_post_ptr &json_post_module_entry -#define PHP_JSON_POST_VERSION "1.0.0" +#define PHP_JSON_POST_VERSION "1.1.0" #ifdef PHP_WIN32 # define PHP_JSON_POST_API __declspec(dllexport) @@ -32,6 +32,8 @@ extern zend_module_entry json_post_module_entry; ZEND_BEGIN_MODULE_GLOBALS(json_post) long flags; + int error_response; + zend_bool error_exit; ZEND_END_MODULE_GLOBALS(json_post) ZEND_EXTERN_MODULE_GLOBALS(json_post);