From: Date: Tue, 17 May 2005 00:33:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35f874111195aa246272e7dabce61b0f71618f54;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c9892e4530..2f7970dcbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2005-05-16 Sara Golemon + + * TSRM/TSRM.c: + Unterminated paren group in BETHREADS definition of tsrm_tls_set() macro + +2005-05-16 Antony Dovgal + + * (PHP_4_3) + NEWS + ext/standard/basic_functions.c + main/main.c + main/php_streams.h + main/streams.c: + MFH: fix bug #32742 (segmentation fault when the stream with a wrapper is + not closed) + + * (PHP_5_0) + NEWS + ext/standard/basic_functions.c + main/main.c + main/php_streams.h + main/streams/streams.c: + MFH: fix bugs #32742 (segmentation fault when the stream with a wrapper + is not closed), #32171 (Userspace stream wrapper crashes PHP) + + * ext/standard/basic_functions.c + main/main.c + main/php_streams.h + main/streams/streams.c: + fix bugs #32742 (segmentation fault when the stream with a wrapper is not + closed), + 2005-05-14 Marcus Boerger * configure.in