From: Date: Sun, 6 Jun 2004 00:33:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff5fca9aa0491043c05bb453d61f4da836717c84;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 46c2f1dc76..737535fa07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2004-06-05 Georg Richter + + * NEWS: + added mysqli changes + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_prop.c + ext/mysqli/php_mysqli.h: + Major changes for 4.1.2-alpha/4.1.3-beta: + - added container for mysql structure + - added load data infile callback functions (currently disabled under win) + Bug fixes: + - fixed property changes (4.1.1 -> 4.1.2) + - fixed memleak in mysqli_connect + - fixed bug #28100 + - fixed bug #28205 + - fixed bug #28430 + +2004-06-05 Marcus Boerger + + * NEWS: + BFN + + * ZendEngine2/zend_API.c: + Fix #28641: Instance of Interface + +2004-06-05 Ard Biesheuvel + + * ext/interbase/php_ibase_udf.c: + Added support for date/time types + Added support for compiling/executing PHP code stored in the database + Added support for TSRM + 2004-06-04 Ard Biesheuvel * ext/standard/http.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 465367cac0..ca9ba8dff5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-06-05 Marcus Boerger + + * zend_API.c: + Fix #28641: Instance of Interface + 2004-06-03 Andi Gutmans * (php_5_0_0RC3RC2)