From: Date: Fri, 31 Oct 2008 01:32:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75e175180c0f236cdbc68a5816c73a1f2262a2f4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e1baeefa41..9b8009a1df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2008-10-30 Felipe Pena + + * (PHP_5_2) + ext/standard/streamsfuncs.c + ext/standard/tests/streams/stream_get_contents_001.phpt: + - MFB: Fixed memory leak when using offset out of range. + (php_stream_copy_to_mem returns 0, but the empty string is alloced) + + * (PHP_5_3) + ext/standard/streamsfuncs.c + ext/standard/tests/streams/stream_get_contents_001.phpt: + - Fixed memory leak when using offset out of range. (php_stream_copy_to_mem + returns 0, but the empty string is alloced) + + * ext/standard/tests/streams/stream_get_contents_001.phpt + ext/standard/tests/streams/stream_get_contents_001.phpt + ext/standard/tests/streams/stream_get_contents_001.phpt: + 1.1.4; + - New test + + * (PHP_5_3) + ext/standard/streamsfuncs.c + ext/standard/tests/streams/bug46426.phpt: + - Fix the fix + - Improved test + + * ext/standard/tests/streams/bug46426.phpt: + - Improved test + + * ext/standard/streamsfuncs.c: + - Fix the fix (thanks Hannes!) + +2008-10-30 Lars Strojny + + * ext/gettext/gettext.c + ext/gettext/tests/44938.phpt + ext/gettext/tests/44938.phpt + ext/gettext/tests/44938.phpt: + The real fix for the gettext overflow bug + - The overflow issue was not limited to domains, but also present for + msgids + - [DOC] msgids are now limited to 4096 chars, domains to 1024 + +2008-10-30 Jani Taskinen + + * (PHP_5_2) + NEWS: + - had nothing else to do :) + +2008-10-30 Sanjay Mantoor + + * (PHP_5_3) + ext/date/tests/gettimeofday_basic.phpt + ext/date/tests/gettimeofday_error.phpt + ext/date/tests/gettimeofday_variation1.phpt: + New testcases for gettimeofday function + + * ext/date/tests/gettimeofday_basic.phpt + ext/date/tests/gettimeofday_basic.phpt + ext/date/tests/gettimeofday_error.phpt + ext/date/tests/gettimeofday_error.phpt + ext/date/tests/gettimeofday_variation1.phpt + ext/date/tests/gettimeofday_variation1.phpt: + + New testcases for gettimeofday function + +2008-10-30 Felipe Pena + + * (PHP_5_2) + NEWS + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.c + ext/standard/tests/streams/bug46426.phpt + ext/standard/tests/streams/bug46426.phpt: + - MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not + works for "0") + + * ext/standard/tests/streams/bug46426.phpt + ext/standard/tests/streams/bug46426.phpt + ext/standard/tests/streams/bug46426.phpt: + 1.1.4; + - Fixed bug #46426 (3rd parameter offset of stream_get_contents not works + for "0") + + * ext/standard/streamsfuncs.c: + - Fixed bug #46426 (3rd parameter offset of stream_get_contents not works + for "0") + +2008-10-30 Dmitry Stogov + + * (PHP_5_2) + NEWS: + Fixed contributors + + * (PHP_5_2) + NEWS + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed ability to use "internal" heaps in extensions. + +2008-10-30 Antony Dovgal + + * (PHP_5_2) + ext/gettext/tests/dcngettext.phpt: + fix test + 2008-10-29 Felix De Vliegher * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ed4f44174a..01eb1e96ba 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2008-10-30 Dmitry Stogov + + * zend_alloc.c + zend_alloc.c + zend_alloc.c: + Fixed ability to use "internal" heaps in extensions. + 2008-10-27 Arnaud Le Blanc * zend_alloc.h: