From: Date: Fri, 28 Jan 2005 01:35:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=968bd31c9275c952c82c4833c2024a212bf5d4ff;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a3341ea4ba..d581f74dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2005-01-27 Frank M. Kromann + + * (PHP_4_3) + ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.c: + MFH: Hack to fix crash caused by FBCAccess not returning errors when + creating an index that exists in the database. + + * ext/fbsql/php_fbsql.c: + Hack to fix crash caused by FBCAccess not returning errors when creating an + index that exists in the database. + +2005-01-27 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/url.c + ext/standard/tests/strings/url_t.phpt: + MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar) + + * (PHP_5_0) + NEWS + ext/standard/url.c + ext/standard/tests/strings/url_t.phpt: + MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar). + + * ext/standard/url.c + ext/standard/tests/strings/url_t.phpt: + Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar) + +2005-01-27 Antony Dovgal + + * ext/mysqli/mysqli.c: + MFB: fix leak in mysqli_fetch_array() + + * (PHP_5_0) + ext/mysqli/mysqli.c: + fix leak in mysqli_fetch_array() when using invalid resulttype + +2005-01-27 Georg Richter + + * ext/mysqli/mysqli_api.c: + fix for bug #31710 (return value for mysql_rollback is reverted) + fixed also same behaviour for mysql_commit and mysql_autocommit + +2005-01-27 Antony Dovgal + + * (PHP_5_0) + NEWS: + BFN + + * ext/mysqli/mysqli_api.c: + MFB: fix segfault when invalid field offset is passed to + mysqli_fetch_field_direct() + + * (PHP_5_0) + ext/mysqli/mysqli_api.c: + fix segfault when invalid field offset is passed to + mysqli_fetch_field_direct() + 2005-01-26 Derick Rethans * (PHP_4_3)