From: Date: Sat, 22 Sep 2007 01:31:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a5bf6f783a3e79170ad9a42f7bb08e3eebea36d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ee4d9fdbe8..21ea1a9206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2007-09-21 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/zend_ini.c: + MFH: add NULL check (coverity issue #385) and fix CS + + * ZendEngine2/zend_ini.c: + add NULL check (coverity issue #385) and fix CS + + * (PHP_5_2) + main/main.c: + MFH: check for NULL (coverity issue #386) + + * main/main.c: + check for NULL (coverity issue #386) + + * (PHP_5_2) + ext/standard/filestat.c: + MFH: check the return value of getgroups() for -1 (coverity issue #390) + + * ext/standard/filestat.c: + check the return value of getgroups() for -1 (coverity issue #390) + + * (PHP_5_2) + ext/standard/array.c + ext/standard/tests/array/array_map_001.phpt: + MFH: plug leak on error (coverity issue #405) + + * ext/standard/array.c + ext/standard/tests/array/array_map_001.phpt + ext/standard/tests/array/array_map_001.phpt: + plug leak on error (coverity issue #405) + + * ext/iconv/iconv.c: + plug leak on error (coverity issue #407) + + * (PHP_5_2) + ext/iconv/iconv.c: + MFH: plug leak on error (coverity issue #407) + +2007-09-21 Dmitry Stogov + + * (PHP_5_2) + NEWS + ext/standard/array.c + ext/standard/array.c: + Improved speed of array_diff_key(), array_diff_assoc() and + array_udiff_assoc(). + +2007-09-21 Antony Dovgal + + * (PHP_5_2) + main/output.c: + initialize all fields of the struct (it's generally good idea even though + they should not be used) + + * (PHP_5_2) + ext/standard/ftp_fopen_wrapper.c: + MFH: fix invalid read when opendir over FTP fails (coverity issue #462) + + * ext/standard/ftp_fopen_wrapper.c: + fix invalid read when opendir over FTP fails (coverity issue #462) + 2007-09-20 Nuno Lopes * ext/tidy/tidy.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 41fa4f946d..f6043871c0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2007-09-21 Antony Dovgal + + * (PHP_5_2) + zend_ini.c: + MFH: add NULL check (coverity issue #385) and fix CS + + * zend_ini.c: + add NULL check (coverity issue #385) and fix CS + 2007-09-20 Jani Taskinen * (PHP_5_2)