changelog Mon Oct 2 01:30:53 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2470&r2=1.2471&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2470 php-src/ChangeLog:1.2471
--- php-src/ChangeLog:1.2470 Sun Oct 1 01:30:49 2006
+++ php-src/ChangeLog Mon Oct 2 01:30:51 2006
@@ -1,3 +1,31 @@
+2006-10-01 Georg Richter <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/mbstring/config.m4:
+ fixed bug #37103: libmbfl headers was not installed correctly.
+
2006-09-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ZendEngine2/zend_alloc.c: