From 5a0056842d423a86b83198dc394cbbdf93f4f5cb Mon Sep 17 00:00:00 2001 From: Date: Mon, 26 Mar 2001 02:09:22 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index ec3e2d8faed..eeff21f4a77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-03-25 Stig Bakken + + * pear/DB/ifx.php: + * changed DB_ifx::errorCode to take a parameter, moved the error code + map into the constructor + + * pear/DB/STATUS: + wrapped to 80 columns, replaced a few "-" with "n" for ifx (some + features are emulated through DB_common) + 2001-03-24 Jon Parise * pear/Makefile.in: Install the Informix database implementation.