We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a409e commit 8848778Copy full SHA for 8848778
ext/standard/file.c
@@ -162,6 +162,7 @@ static void file_globals_ctor(php_file_globals *file_globals_p TSRMLS_DC)
162
FG(pclose_ret) = 0;
163
FG(user_stream_current_filename) = NULL;
164
FG(def_chunk_size) = PHP_SOCK_CHUNK_SIZE;
165
+ FG(wrapper_errors) = NULL;
166
}
167
168
static void file_globals_dtor(php_file_globals *file_globals_p TSRMLS_DC)
0 commit comments