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