]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 2 Oct 2006 01:30:51 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Mon, 2 Oct 2006 01:30:51 +0000 (01:30 +0000)
ChangeLog

index 6773097a25a17a248bf8f966d6aaaea131f7abc1..5b0407cb8e418e1404d085524397fbd25b0e77e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2006-10-01  Georg Richter  <georg@mysql.com>
+
+    * ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/tests/068.phpt:
+      unicode fixes
+
+2006-10-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/session/session.c
+      ext/standard/basic_functions.c:
+      MFB: Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
+      session.save_path, allowing them to account for extra parameters).
+
+    * (PHP_5_2)
+      NEWS
+      ext/session/session.c
+      ext/standard/basic_functions.c:
+      Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
+      session.save_path, allowing them to account for extra parameters).
+
+2006-10-01  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
+
+    * (PHP_5_2)
+      ext/mbstring/config.m4:
+      fixed bug #37103: libmbfl headers was not installed correctly.
+
 2006-09-30  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ZendEngine2/zend_alloc.c: