add master to the test matrix
[m6w6/ext-json_post] / php_json_post.c
index fd3165cf182633176106d64f8ee5603db69f8154..4a0fcd30387a1d9346461aa53343e017a2e6e76b 100644 (file)
@@ -63,7 +63,7 @@ static SAPI_POST_HANDLER_FUNC(php_json_post_handler)
 
                        ZVAL_NULL(&tmp);
 
-                       php_json_decode(&tmp, json->val, json->len, JSON_POST_G(flags), PG(max_input_nesting_level));
+                       php_json_decode_ex(&tmp, json->val, json->len, JSON_POST_G(flags), PG(max_input_nesting_level));
 
                        switch (Z_TYPE(tmp)) {
                        case IS_OBJECT: