From: Date: Fri, 5 Jan 2007 01:30:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe0f4b6a00b586e2ddc0463dcefa3918c198908d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8fef0cfdb5..612508b4b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2007-01-04 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.1RC2 + + * ext/session/mod_files.c: + + MFB: Added missing open_basedir checks + + * (PHP_5_2) + ext/session/mod_files.c: + + Added missing open_basedir checks + +2007-01-04 Sara Golemon + + * ext/session/mod_files.c + ext/session/mod_mm.c + ext/session/mod_user.c + ext/session/php_session.h + ext/session/session.c: + Cleanup ext/session so that I can do a unicode update without going insane. + +2007-01-04 Nuno Lopes + + * Makefile.gcov: + MFB + + * (PHP_5_2) + Makefile.gcov: + remove --show-details from lcov's genhtml, as currently we don't separate + the coverage data per test, making this option useless + 2007-01-03 Ilia Alshanetsky * ext/standard/http.c: