From 7343b4da7a952f6257beafd39bd07cef6b13ea6a Mon Sep 17 00:00:00 2001 From: Date: Fri, 14 Sep 2001 00:09:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index cca0343ba9d..611ef8b14e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2001-09-13 Sascha Schumann + + * configure.in + main/php_version.h: this is not pure rc2 anymore + + * build/library.mk: MFH.. necessary fix + +2001-09-13 Hartmut Holzgraefe + + * ext/dbplus/php_dbplus.c: + more data types supported (and warn if unsupported encountered) + +2001-09-13 Thies C. Arntzen + + * ext/standard/tests/strings/strtr.phpt + ext/standard/string.c: + fix strtr() when called with two parameters. this has been broken for some time! + guys, when "optimizing" functions you _shoudl_ write a testcase for the + working function and make _sure_ that it works afterwards! + 2001-09-12 Hartmut Holzgraefe * ext/dbplus/config.m4: be more flexible in finding a db++ installation