Skip to content

Commit b81b8bf

Browse files
committed
this initialization is unnecessary anymore after commit 2d9d2ca
1 parent 2d9d2ca commit b81b8bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/standard/basic_functions.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,6 @@ PHP_RINIT_FUNCTION(basic) /* {{{ */
37193719
/* Default to global filters only */
37203720
FG(stream_filters) = NULL;
37213721

3722-
FG(wrapper_errors) = NULL;
3723-
37243722
return SUCCESS;
37253723
}
37263724
/* }}} */

0 commit comments

Comments
 (0)