From: Date: Mon, 2 Oct 2006 01:30:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7456182a1c9febcab18d876440f9b6ceffd89cec;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6773097a25..5b0407cb8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2006-10-01 Georg Richter + + * 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 + + * 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 + + * (PHP_5_2) + ext/mbstring/config.m4: + fixed bug #37103: libmbfl headers was not installed correctly. + 2006-09-30 Ilia Alshanetsky * ZendEngine2/zend_alloc.c: