fix master
authorMichael Wallner <mike@php.net>
Tue, 2 Apr 2019 05:44:06 +0000 (07:44 +0200)
committerMichael Wallner <mike@php.net>
Tue, 2 Apr 2019 05:44:06 +0000 (07:44 +0200)
php_json_post.c
php_json_post.h

index 4a0fcd30387a1d9346461aa53343e017a2e6e76b..d9b72957726301f2eaf256fa75699a711570b149 100644 (file)
@@ -136,6 +136,9 @@ PHP_MINIT_FUNCTION(json_post)
                { NULL, 0, NULL, NULL }
        };
 
                { NULL, 0, NULL, NULL }
        };
 
+#ifndef TSRMLS_CC
+#      define TSRMLS_CC
+#endif
        sapi_register_post_entries(json_post_entries TSRMLS_CC);
 
        ZEND_INIT_MODULE_GLOBALS(json_post, php_json_post_init_globals, NULL);
        sapi_register_post_entries(json_post_entries TSRMLS_CC);
 
        ZEND_INIT_MODULE_GLOBALS(json_post, php_json_post_init_globals, NULL);
index 4400f3141881e2974239c1b4201145e1cce3caaa..1c0f015ba95273f62ab57a726ed4a9a3e1c4bddf 100644 (file)
@@ -16,7 +16,7 @@
 extern zend_module_entry json_post_module_entry;
 #define phpext_json_post_ptr &json_post_module_entry
 
 extern zend_module_entry json_post_module_entry;
 #define phpext_json_post_ptr &json_post_module_entry
 
-#define PHP_JSON_POST_VERSION "1.0.1"
+#define PHP_JSON_POST_VERSION "1.0.2dev"
 
 #ifdef PHP_WIN32
 #      define PHP_JSON_POST_API __declspec(dllexport)
 
 #ifdef PHP_WIN32
 #      define PHP_JSON_POST_API __declspec(dllexport)