diff --git a/ext/standard/http.c b/ext/standard/http.c index 99509e7ceb04..d65e7a8acaae 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -317,7 +317,7 @@ static zend_result cache_request_parse_body_options(HashTable *options) return FAILURE; } ZEND_HASH_FOREACH_END(); -#undef CACHE_OPTION +#undef CHECK_OPTION return SUCCESS; }