diff options
author | <changelog@php.net> | 2003-12-31 01:33:06 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-12-31 01:33:06 +0000 |
commit | cd9342fb8441a6f100376b6f2950d5f3e5b9d88a (patch) | |
tree | ea1efb9658893525609b5946bfa4d3293c15816a | |
parent | 4a94097986671cb7f72b3eb3b4ccb0ad84efa08e (diff) | |
download | php-git-cd9342fb8441a6f100376b6f2950d5f3e5b9d88a.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | Zend/ChangeLog | 15 |
2 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,31 @@ +2003-12-30 Georg Richter <phpinfo@t-online.de> + + * ext/mysqli/mysqli_api.c: + fixed a bug in mysqli_num_rows (added support for longlong values) + + * ext/mysqli/mysqli_prop.c: + fixed a bug in insert_id property + +2003-12-30 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * ext/oci8/oci8.dsp: + Fix the include path for Zend + +2003-12-30 Andi Gutmans <andi@zend.com> + + * ZendEngine2/ZEND_CHANGES: + - Fix typos + +2003-12-30 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ZendEngine2/ZEND_CHANGES: + Update + +2003-12-30 Ilia Alshanetsky <ilia@prohost.org> + + * ZendEngine2/tests/bug26696.phpt: + Added test case for bug #26696. + 2003-12-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * ext/standard/formatted_print.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 92c0de0124..3d178d9ffa 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2003-12-30 Andi Gutmans <andi@zend.com> + + * ZEND_CHANGES: + - Fix typos + +2003-12-30 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ZEND_CHANGES: + Update + +2003-12-30 Ilia Alshanetsky <ilia@prohost.org> + + * tests/bug26696.phpt: + Added test case for bug #26696. + 2003-12-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_execute.c: |