X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=php_json_post.h;h=9623a449a83498bed2b14d5082ab903a683b8fc4;hp=2895b70256978f6ce3d1fde52a8578e5a991776b;hb=d4d2ec5974d3876b2a117c9bd30023b2915afe06;hpb=129e8b459061f9f4c76e3ee8a6baaef68c0bba41 diff --git a/php_json_post.h b/php_json_post.h index 2895b70..9623a44 100644 --- a/php_json_post.h +++ b/php_json_post.h @@ -41,6 +41,9 @@ ZEND_BEGIN_MODULE_GLOBALS(json_post) zend_bool warning; zend_bool exit; } onerror; +#if PHP_VERSION_ID < 70000 + zend_function *json_last_error; +#endif ZEND_END_MODULE_GLOBALS(json_post) ZEND_EXTERN_MODULE_GLOBALS(json_post);