From 6e97d2fff23654d7e56abe8c9d404a524f4ca6e5 Mon Sep 17 00:00:00 2001 From: Date: Mon, 6 Oct 2003 00:33:56 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 116 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 18 ++++++++ 2 files changed, 134 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4ccb24ea7c..718c425f60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2003-10-05 Shane Caraveo + + * ext/dom/node.c: + fix crash building nodeName + + * ext/dom/element.c: + fix crash accessing tagName without namespace + + * ext/dom/document.c + ext/dom/dom_fe.h + ext/dom/element.c + ext/dom/examples/relaxNG.php + ext/dom/examples/relaxNG.rng + ext/dom/examples/relaxNG.xml + ext/dom/examples/relaxNG2.rng + ext/dom/examples/relaxNG3.rng + ext/dom/examples/shipping.php + ext/dom/examples/shipping.xml + ext/dom/examples/shipping.xsd: + Add schema and relaxNG validation support + domdocument->schemaValidate(string filename) + domdocument->schemaValidateSource(string xml) + domdocument->relaxNGValidate(string filename) + domdocument->relaxNGValidateSource(string xml) + + also fix domelement->setAttributeNS + +2003-10-05 Ilia Alshanetsky + + * (PHP_4_3) + ext/standard/array.c: + MFH: Fixed clobbering of the source array, when merging complex + multi-dimensional arrays. Bug reported by Lukas Smith. + + * ext/standard/array.c: + Fixed clobbering of the source array, when merging complex + multi-dimensional arrays. Bug reported by Lukas Smith. + +2003-10-05 Tomas V.V.Cox + + * pear/PEAR/Installer.php: + use realpath instead of chdir + (Roman Neuhauser ) + +2003-10-05 Martin Jansen + + * pear/PEAR/Autoloader.php + pear/PEAR/Builder.php + pear/PEAR/Command.php + pear/PEAR/Dependency.php + pear/PEAR/DependencyDB.php + pear/PEAR/Installer.php + pear/PEAR/Packager.php: + - Fixing #64 + +2003-10-05 Shane Caraveo + + * ext/dom/xpath.c: + remove a debug printf + +2003-10-05 Tomas V.V.Cox + + * pear/PEAR.php: + Don't reapply the error_message_prefix if an error + object is passed to raiseError() + +2003-10-05 Moriyoshi Koizumi + + * ext/standard/file.c: + Fix the macro to prevent it from falling over in a mess + + * ext/simplexml/tests/bug24392.phpt: + Fix test to make sure it can find the external xml file relatively to + the script file. + +2003-10-05 Rob Richards + + * ext/dom/xpath.c: + fix segfault if xpath expression string is invalid + + * ext/dom/document.c + ext/dom/element.c + ext/dom/node.c + ext/dom/php_dom.c: + implement isDefaultNameSpace and baseURI + nodeName and tagName return qualified names + fix removeAttributeNode - takes domAttr as parameter + better uri and file handling for document load method + fix possible segfault when document is freed + set get_property_ptr_ptr handler to NULL + +2003-10-05 Zeev Suraski + + * ZendEngine2/zend_object_handlers.c: + Remove unused callback + + * ext/com_dotnet/com_handlers.c + ext/dom/php_dom.c + ext/mono/php_mono.c + ext/simplexml/simplexml.c + ext/standard/math.c: + Sync with new API + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.h + ZendEngine2/zend_objects_API.c: + Remove redundant callback, simplify API + +2003-10-05 Shane Caraveo + + * (BEFORE_HANDLERS_RESHUFFLE) + ZendEngine2/zend_API.h: + this little piggy broke lots of things...eg. _function_check_flag in + reflection api. + 2003-10-04 Moriyoshi Koizumi * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e91a660cd5..c7ced096de 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2003-10-05 Zeev Suraski + + * zend_object_handlers.c: + Remove unused callback + + * zend_execute.c + zend_object_handlers.c + zend_object_handlers.h + zend_objects_API.c: + Remove redundant callback, simplify API + +2003-10-05 Shane Caraveo + + * (BEFORE_HANDLERS_RESHUFFLE) + zend_API.h: + this little piggy broke lots of things...eg. _function_check_flag in + reflection api. + 2003-10-03 Moriyoshi Koizumi * zend_API.c: -- 2.50.1