Skip to content

Commit 8848778

Browse files
committed
Merge fix e7535e0 to 5.3
thanks for [email protected] notice this
1 parent a5a409e commit 8848778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ static void file_globals_ctor(php_file_globals *file_globals_p TSRMLS_DC)
162162
FG(pclose_ret) = 0;
163163
FG(user_stream_current_filename) = NULL;
164164
FG(def_chunk_size) = PHP_SOCK_CHUNK_SIZE;
165+
FG(wrapper_errors) = NULL;
165166
}
166167

167168
static void file_globals_dtor(php_file_globals *file_globals_p TSRMLS_DC)

0 commit comments

Comments
 (0)