X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=php_json_post.h;fp=php_json_post.h;h=d94a14c587622927843bdbaad2950bb8055457de;hp=9623a449a83498bed2b14d5082ab903a683b8fc4;hb=c1b0270e93fc2706027296233553933d03d3fd1e;hpb=bda8b43e0418324d9caf532c146bca5a5be89fc1 diff --git a/php_json_post.h b/php_json_post.h index 9623a44..d94a14c 100644 --- a/php_json_post.h +++ b/php_json_post.h @@ -42,7 +42,7 @@ ZEND_BEGIN_MODULE_GLOBALS(json_post) zend_bool exit; } onerror; #if PHP_VERSION_ID < 70000 - zend_function *json_last_error; + zend_module_entry *json_module; #endif ZEND_END_MODULE_GLOBALS(json_post)