From: Date: Sun, 16 Oct 2005 05:47:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ef2886e636df327312e9de9e6465575232954e8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 54c4c52407..c7a2b79f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2005-10-15 Derick Rethans + + * (PHP_5_1) + NEWS: + - Fixed timezone guessing on Windows. (Derick, Nuno) + + * NEWS + ZendEngine2/zend_compile.c: + - Changed type hints so that they take "= NULL" as default value. + + * ext/standard/string.c: + - Fixed folding markers. + +2005-10-15 Georg Richter + + * (PHP_5_0) + NEWS + ext/mysqli/mysqli_api.c: + Fixed an error in mysqli_fetch_fields (returned NULL instead of an + array when row number > field_count). (Georg) + + * (PHP_5_1) + NEWS + ext/mysqli/mysqli_api.c: + fixed an error in mysqli_fetch_fields (function returns NULL instead of + array + when row_number > num_fields). + Thanks to Marc Deslisle and phpMyAdmin team for the report. + 2005-10-14 Antony Dovgal * ZendEngine2/tests/bug34873.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 28dfca1d9c..8fac5d763c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-10-15 Derick Rethans + + * zend_compile.c: + - Changed type hints so that they take "= NULL" as default value. + 2005-10-14 Antony Dovgal * tests/bug34873.phpt