Skip to content

Commit

Permalink
ChangeLog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 1, 2004
1 parent 9b8eee7 commit 95910aa
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
81 changes: 81 additions & 0 deletions ChangeLog
@@ -1,3 +1,84 @@
2004-05-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>

* ZendEngine2/zend_reflection_api.c:
Refcount must not be set separatley again.

* ZendEngine2/zend_reflection_api.c
ZendEngine2/zend_reflection_api.c:
Add missing initialization

* ZendEngine2/zend_compile.c:


2004-05-31 Pierre-Alain Joye <pierre@dotgeek.org>

* ext/informix/ifx.ec:
MFB: missing ';'

2004-05-31 Ilia Alshanetsky <ilia@prohost.org>

* ext/yp/yp.c:
Added missing argument check.

2004-05-31 Pierre-Alain Joye <pierre@dotgeek.org>

* (PHP_4_3)
ext/informix/ifx.ec:
- Missing ';'

2004-05-31 Ilia Alshanetsky <ilia@prohost.org>

* ext/informix/ifx.ec:
Fix build.

2004-05-31 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>

* ext/interbase/ibase_query.c:
Fix typo in error message

* ext/interbase/ibase_query.c
ext/interbase/php_ibase_includes.h
ext/interbase/tests/interbase.inc:
Improved handling of 'CREATE DATABASE ...' by ibase_query()
Improved param handling of ibase_query() and ibase_execute()

2004-05-31 Rob Richards <rrichards@ctindustries.net>

* ext/dom/attr.c
ext/dom/cdatasection.c
ext/dom/characterdata.c
ext/dom/comment.c
ext/dom/document.c
ext/dom/documentfragment.c
ext/dom/documenttype.c
ext/dom/domexception.c
ext/dom/domimplementation.c
ext/dom/element.c
ext/dom/entity.c
ext/dom/entityreference.c
ext/dom/namednodemap.c
ext/dom/namelist.c
ext/dom/node.c
ext/dom/nodelist.c
ext/dom/notation.c
ext/dom/processinginstruction.c
ext/dom/text.c
ext/dom/xpath.c:
Fix bug #28584: DOMText::splitText() does not split text properly
(benjcarson)
Prototype fixes

2004-05-31 Zeev Suraski <zeev@zend.com>

* ext/dom/document.c:
Fix prototypes

2004-05-31 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>

* (PHP_4_3)
ext/informix/ifx.ec:
Fix build

2004-05-30 Brad House <brad@mainstreetsoftworks.com>

* ext/mcve/mcve.c
Expand Down
12 changes: 12 additions & 0 deletions Zend/ChangeLog
@@ -1,3 +1,15 @@
2004-05-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>

* zend_reflection_api.c:
Refcount must not be set separatley again.

* zend_reflection_api.c
zend_reflection_api.c:
Add missing initialization

* zend_compile.c:


2004-05-28 Andrei Zmievski <andreiz@gmail.com>

* zend.c:
Expand Down

0 comments on commit 95910aa

Please sign in to comment.