summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-08-15 01:06:10 +0800
committerXinchen Hui <laruence@php.net>2012-08-15 01:06:10 +0800
commit8848778a59ddde777258261a3888baeb3a70dea1 (patch)
tree4855dc85d062d3ae6d0b4ef6f750d3f3fea46472
parenta5a409ebff1037f4b00fdf6d46dd61c72cb6d315 (diff)
downloadphp-git-8848778a59ddde777258261a3888baeb3a70dea1.tar.gz
Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3
thanks for reeze.xia@gmail.com notice this
-rw-r--r--ext/standard/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 44d3a4e6a9..7147e98258 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -162,6 +162,7 @@ static void file_globals_ctor(php_file_globals *file_globals_p TSRMLS_DC)
FG(pclose_ret) = 0;
FG(user_stream_current_filename) = NULL;
FG(def_chunk_size) = PHP_SOCK_CHUNK_SIZE;
+ FG(wrapper_errors) = NULL;
}
static void file_globals_dtor(php_file_globals *file_globals_p TSRMLS_DC)