From: Date: Mon, 27 Dec 2004 01:35:30 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2971f422da32a7433305f6e86bdc4f6b61d28488;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index abbe871b99..013d962ec4 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: