Commit: 8848778a59ddde777258261a3888baeb3a70dea1 Author: Xinchen Hui <larue...@php.net> Wed, 15 Aug 2012 01:06:10 +0800 Parents: a5a409ebff1037f4b00fdf6d46dd61c72cb6d315 Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8848778a59ddde777258261a3888baeb3a70dea1 Log: Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3 thanks for reeze....@gmail.com notice this Changed paths: M ext/standard/file.c Diff: diff --git a/ext/standard/file.c b/ext/standard/file.c index 44d3a4e..7147e98 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) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php