administrativa [ci skip]
[m6w6/ext-http] / php_http_filter.c
index 084d98918846ab7a3fd3e1ac2d10c8c68e14d988..f145f02b68a70dbd555483cff72fd4d356552b81 100644 (file)
@@ -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 */