From 30c554a0ac79c3baeec2741871b5696ea4834b61 Mon Sep 17 00:00:00 2001 From: Date: Mon, 9 May 2005 00:36:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/ChangeLog b/ChangeLog index a9075df84c..5aacf2137f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2005-05-08 Jani Taskinen + + * (PHP_4_3) + ext/standard/basic_functions.c: + MFH: - Fixed putenv() under win32 (see bug #32957) + +2005-05-08 Rasmus Lerdorf + + * ext/standard/info.c: + Fix request_uri XSS on phpinfo() page + + * (PHP_4_3) + ext/standard/info.c: + Oops, wrong place. It was in the logo stuff instead. + + * (PHP_4_3) + ext/standard/info.c: + Let's not XSS ourself at least + +2005-05-08 Jani Taskinen + + * (PHP_4_3) + NEWS + ext/ldap/config.m4 + ext/ldap/ldap.c + ext/ldap/php_ldap.h: + MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) + + * ext/ldap/config.m4: + this check was not needed + + * (PHP_5_0) + NEWS + ext/ldap/config.m4 + ext/ldap/ldap.c + ext/ldap/php_ldap.h: + MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) + + * ext/ldap/config.m4 + ext/ldap/ldap.c + ext/ldap/php_ldap.h: + - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) + + * ext/dba/config.m4: + no tabs + +2005-05-08 Georg Richter + + * (PHP_5_0) + NEWS + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h + ext/mysqli/tests/065.phpt: + added new function mysqli_set_character_set_name + This function changes also the mysql->charset structure for + mysql_real_escape_string (see MySQL Bugs #8317 and #9637). + This bug will probably be fixed in MySQL 5.1 + + * ext/mysqli/tests/065.phpt + ext/mysqli/tests/065.phpt: + + Added new function mysqli_set_character_set_name + + * ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h: + Added new function mysqli_set_character_set_name + 2005-05-07 Jani Taskinen * NEWS: -- 2.50.1