X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter.c;h=f145f02b68a70dbd555483cff72fd4d356552b81;hp=084d98918846ab7a3fd3e1ac2d10c8c68e14d988;hb=3e3f308c565cea1b153717f213d61731aef2fcf4;hpb=03f11ce599fa5a89148d588caf6ccec7f939e9d4 diff --git a/php_http_filter.c b/php_http_filter.c index 084d989..f145f02 100644 --- a/php_http_filter.c +++ b/php_http_filter.c @@ -384,7 +384,7 @@ static php_stream_filter *http_filter_create(const char *name, zval *params, int switch (Z_TYPE_P(params)) { case IS_ARRAY: case IS_OBJECT: - if (!(tmp = zend_hash_str_find(HASH_OF(params), ZEND_STRL("flags")))) { + if (!(tmp = zend_hash_str_find_ind(HASH_OF(params), ZEND_STRL("flags")))) { break; } /* no break */