From e0e522ebfe4f14dd94ec0b62b31ee298a69d66cd Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 26 Dec 2007 15:09:25 +0000 Subject: [PATCH] MFB: Fix various linkends git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249025 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/extensions.xml | 22 +++++++++++----------- appendices/migration51.xml | 4 ++-- appendices/migration52.xml | 16 ++++++++-------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/appendices/extensions.xml b/appendices/extensions.xml index a49459bc4a..f9f52595c7 100644 --- a/appendices/extensions.xml +++ b/appendices/extensions.xml @@ -1,5 +1,5 @@ - + + Migrating from PHP 5.0.x to PHP 5.1.x @@ -650,7 +650,7 @@ class test { constants in object oriented extensions. New extensions written for PHP 5.1.x, including SPL, PDO, - XMLReader and + XMLReader and date, have their constants in the format PDO::CLASS_CONSTANT rather than in the C format PDO_CLASS_CONSTANT in order to minimise diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 1d649d3cb5..5e54b51b0d 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -738,7 +738,7 @@ $obj->getCommentName(''); - xmlreader: + xmlreader: @@ -1054,29 +1054,29 @@ $obj->getCommentName(''); New methods were introduced in 5.2.0: - dom: + dom: - DOMDocument::registerNodeClass + DOMDocument::registerNodeClass - Register extended class used to create base node type - DOMElement::setIDAttribute + DOMElement::setIDAttribute - Declares the attribute specified by name to be of type ID - DOMElement::setIDAttributeNode + DOMElement::setIDAttributeNode - Declares the attribute specified by node to be of type ID - DOMElement::setIDAttributeNS + DOMElement::setIDAttributeNS - Declares the attribute specified by local name and namespace URI to be of type ID @@ -1228,7 +1228,7 @@ $obj->getCommentName(''); - XMLReader + XMLReader