From 22d433a3dbf2c8d86ce705566ce28e16fe2d232f Mon Sep 17 00:00:00 2001 From: Date: Sun, 19 Jun 2005 05:32:33 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1df2fafafa2..d4e29d05cc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2005-06-18 Jani Taskinen + + * NEWS: + reorder + typofix :) + +2005-06-18 Derick Rethans + + * (PHP_5_0) + build/shtool: + - MFH: - Updated bundled shtool to version 2.0.2 + + * NEWS: + - Update NEWS with bugfix happyness. + - Update TODO file for ext/date. No known bugs currently. + +2005-06-18 Jani Taskinen + + * NEWS + NEWS + NEWS: + BFN + + * build/shtool: + - Updated bundled shtool to version 2.0.2 + +2005-06-18 Ilia Alshanetsky + + * NEWS + ext/standard/string.c + ext/standard/tests/strings/substr_count.phpt: + Added offset & length parameters to substr_count() function. + +2005-06-18 Andi Gutmans + + * php.ini-recommended: + - E_STRICT shouldn't be on by default on production servers. + +2005-06-18 Jani Taskinen + + * ext/dba/config.m4: + Add note how to build DBA as shared + + * ext/odbc/config.m4: + no trailing dots + + * ext/standard/tests/file/bug26615.phpt: + Make sure $_ENV is populated + + * ext/standard/tests/array/bug29992.phpt: + - This is no bug. + 2005-06-17 Ilia Alshanetsky * NEWS