changelog Fri Jan 5 01:30:58 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2562&r2=1.2563&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2562 php-src/ChangeLog:1.2563
--- php-src/ChangeLog:1.2562 Thu Jan 4 01:30:54 2007
+++ php-src/ChangeLog Fri Jan 5 01:30:57 2007
@@ -1,3 +1,47 @@
+2007-01-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/standard/http.c: