diff --git a/ChangeLog b/ChangeLog index bd752f9ec392c..cade0be363457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2004-05-31 Marcus Boerger + + * 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 + + * ext/informix/ifx.ec: + MFB: missing ';' + +2004-05-31 Ilia Alshanetsky + + * ext/yp/yp.c: + Added missing argument check. + +2004-05-31 Pierre-Alain Joye + + * (PHP_4_3) + ext/informix/ifx.ec: + - Missing ';' + +2004-05-31 Ilia Alshanetsky + + * ext/informix/ifx.ec: + Fix build. + +2004-05-31 Ard Biesheuvel + + * 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 + + * 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 + + * ext/dom/document.c: + Fix prototypes + +2004-05-31 Ard Biesheuvel + + * (PHP_4_3) + ext/informix/ifx.ec: + Fix build + 2004-05-30 Brad House * ext/mcve/mcve.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 36ad11e29efed..63f6c6ba90b61 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2004-05-31 Marcus Boerger + + * 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 * zend.c: