From 2971f422da32a7433305f6e86bdc4f6b61d28488 Mon Sep 17 00:00:00 2001 From: Date: Mon, 27 Dec 2004 01:35:30 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index abbe871b99e..013d962ec48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2004-12-26 Georg Richter + + * NEWS: + added constructors for mysqli_stmt and mysqli_resultset classes + + * ext/mysqli/mysqli.c + ext/mysqli/php_mysqli.h + ext/mysqli/tests/062.phpt + ext/mysqli/tests/063.phpt: + added constructors for mysqli_stmt and mysqli_result classes + +2004-12-26 Wez Furlong + + * main/php.h: + bump PHP API number. + + This is so that we can work around the signature change in the get_method + overloaded object handler in our portable extensions. + + Yes, you could argue that the zend api number needs bumping, but then you + could + argue which one to bump, as neither of them is specific or generic enough. + + Besides all that, the PHP API number really needs a good old bump anyway. + 2004-12-24 Antony Dovgal * ext/pcre/php_pcre.c: