From: Michael Wallner Date: Thu, 16 Sep 2021 12:15:58 +0000 (+0200) Subject: fix ws X-Git-Tag: v1.1.0~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=ec734303777fdc01e36eff4fa7bac48edbc83cd3 fix ws --- diff --git a/php_json_post.c b/php_json_post.c index fd7f972..772018d 100644 --- a/php_json_post.c +++ b/php_json_post.c @@ -25,7 +25,7 @@ ZEND_DECLARE_MODULE_GLOBALS(json_post); PHP_INI_BEGIN() - STD_PHP_INI_ENTRY("json_post.flags", "1", PHP_INI_PERDIR, OnUpdateLong, flags, zend_json_post_globals, json_post_globals) + STD_PHP_INI_ENTRY("json_post.flags", "1", PHP_INI_PERDIR, OnUpdateLong, flags, zend_json_post_globals, json_post_globals) STD_PHP_INI_ENTRY("json_post.error_response", "0", PHP_INI_PERDIR, OnUpdateLong, error_response, zend_json_post_globals, json_post_globals) STD_PHP_INI_ENTRY("json_post.error_exit", "0", PHP_INI_PERDIR, OnUpdateBool, error_exit, zend_json_post_globals, json_post_globals) PHP_INI_END()