fix master
[m6w6/ext-json_post] / php_json_post.c
index 4a0fcd30387a1d9346461aa53343e017a2e6e76b..d9b72957726301f2eaf256fa75699a711570b149 100644 (file)
@@ -136,6 +136,9 @@ PHP_MINIT_FUNCTION(json_post)
                { 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);