changelog Sun Oct 5 20:33:51 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1408 php-src/ChangeLog:1.1409 --- php-src/ChangeLog:1.1408 Sat Oct 4 20:32:02 2003 +++ php-src/ChangeLog Sun Oct 5 20:33:49 2003 @@ -1,3 +1,119 @@ +2003-10-05 Shane Caraveo <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * pear/PEAR/Installer.php: + use realpath instead of chdir + (Roman Neuhauser <[EMAIL PROTECTED]>) + +2003-10-05 Martin Jansen <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/dom/xpath.c: + remove a debug printf + +2003-10-05 Tomas V.V.Cox <[EMAIL PROTECTED]> + + * pear/PEAR.php: + Don't reapply the error_message_prefix if an error + object is passed to raiseError() + +2003-10-05 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * NEWS: