]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 9 May 2005 00:36:19 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Mon, 9 May 2005 00:36:19 +0000 (00:36 +0000)
ChangeLog

index a9075df84c89ac113cd3d5d107200800f5904ead..5aacf2137ffb8ef3ccf20f03d43d2ef46a3f7a5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2005-05-08  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_4_3)
+      ext/standard/basic_functions.c:
+      MFH: - Fixed putenv() under win32 (see bug #32957)
+
+2005-05-08  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * 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  <jani.taskinen@sci.fi>
+
+    * (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  <georg@mysql.com>
+
+    * (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  <jani.taskinen@sci.fi>
 
     * NEWS: