]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 5 Jan 2007 01:30:57 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Fri, 5 Jan 2007 01:30:57 +0000 (01:30 +0000)
ChangeLog

index 8fef0cfdb50e736a2925dac3ffe40618641573bf..612508b4b0a6fe21c0163cefa371af1f4d5ac9d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2007-01-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (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  <sara@golemon.com>
+
+    * 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  <nunoplopes@sapo.pt>
+
+    * 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  <ilia@prohost.org>
 
     * ext/standard/http.c: