MFB: Fix various linkends

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249025 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-12-26 15:09:25 +00:00
parent 757e137741
commit e0e522ebfe
3 changed files with 21 additions and 21 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<!--
DO NOT TRANSLATE THIS FILE! All the content that is displayed
on the extension categorization page in your translated manual
@ -142,7 +142,7 @@
&extcat.purpose.xml;
<itemizedlist>
<listitem><para><xref linkend="ref.dom"/></para></listitem>
<listitem><para><xref linkend="book.dom"/></para></listitem>
<listitem><para><xref linkend="ref.domxml"/></para></listitem>
<listitem><para><xref linkend="ref.libxml"/></para></listitem>
<listitem><para><xref linkend="ref.qtdom"/></para></listitem>
@ -151,9 +151,9 @@
<listitem><para><xref linkend="ref.sdo-das-xml"/></para></listitem>
<listitem><para><xref linkend="ref.simplexml"/></para></listitem>
<listitem><para><xref linkend="ref.xml"/></para></listitem>
<listitem><para><xref linkend="ref.xmlreader"/></para></listitem>
<listitem><para><xref linkend="book.xmlreader"/></para></listitem>
<listitem><para><xref linkend="ref.xmlwriter"/></para></listitem>
<listitem><para><xref linkend="ref.xsl"/></para></listitem>
<listitem><para><xref linkend="book.xsl"/></para></listitem>
<listitem><para><xref linkend="ref.xslt"/></para></listitem>
</itemizedlist>
</section>
@ -454,7 +454,7 @@
<listitem><para><xref linkend="ref.curl"/></para></listitem>
<listitem><para><xref linkend="ref.dba"/></para></listitem>
<listitem><para><xref linkend="ref.dbase"/></para></listitem>
<listitem><para><xref linkend="ref.dom"/></para></listitem>
<listitem><para><xref linkend="book.dom"/></para></listitem>
<listitem><para><xref linkend="ref.dotnet"/></para></listitem>
<listitem><para><xref linkend="ref.exif"/></para></listitem>
<listitem><para><xref linkend="ref.fbsql"/></para></listitem>
@ -514,9 +514,9 @@
<listitem><para><xref linkend="ref.uodbc"/></para></listitem>
<listitem><para><xref linkend="ref.wddx"/></para></listitem>
<listitem><para><xref linkend="ref.xml"/></para></listitem>
<listitem><para><xref linkend="ref.xmlreader"/></para></listitem>
<listitem><para><xref linkend="book.xmlreader"/></para></listitem>
<listitem><para><xref linkend="ref.xmlrpc"/></para></listitem>
<listitem><para><xref linkend="ref.xsl"/></para></listitem>
<listitem><para><xref linkend="book.xsl"/></para></listitem>
<listitem><para><xref linkend="ref.xslt"/></para></listitem>
<listitem><para><xref linkend="ref.zip"/></para></listitem>
<listitem><para><xref linkend="ref.zlib"/></para></listitem>
@ -535,7 +535,7 @@
<listitem><para><xref linkend="ref.dbase"/></para></listitem>
<listitem><para><xref linkend="ref.dbplus"/></para></listitem>
<listitem><para><xref linkend="ref.dbx"/></para></listitem>
<listitem><para><xref linkend="ref.dom"/></para></listitem>
<listitem><para><xref linkend="book.dom"/></para></listitem>
<listitem><para><xref linkend="ref.domxml"/></para></listitem>
<listitem><para><xref linkend="ref.enchant"/></para></listitem>
<listitem><para><xref linkend="ref.fam"/></para></listitem>
@ -616,8 +616,8 @@
<listitem><para><xref linkend="ref.xattr"/></para></listitem>
<listitem><para><xref linkend="ref.xdiff"/></para></listitem>
<listitem><para><xref linkend="ref.xml"/></para></listitem>
<listitem><para><xref linkend="ref.xmlreader"/></para></listitem>
<listitem><para><xref linkend="ref.xsl"/></para></listitem>
<listitem><para><xref linkend="book.xmlreader"/></para></listitem>
<listitem><para><xref linkend="book.xsl"/></para></listitem>
<listitem><para><xref linkend="ref.xslt"/></para></listitem>
<listitem><para><xref linkend="ref.yaz"/></para></listitem>
</itemizedlist>
@ -723,7 +723,7 @@
<listitem><para><xref linkend="ref.win32service"/></para></listitem>
<listitem><para><xref linkend="ref.xattr"/></para></listitem>
<listitem><para><xref linkend="ref.xdiff"/></para></listitem>
<listitem><para><xref linkend="ref.xmlreader"/></para></listitem>
<listitem><para><xref linkend="book.xmlreader"/></para></listitem>
<listitem><para><xref linkend="ref.xmlwriter"/></para></listitem>
<listitem><para><xref linkend="ref.yaz"/></para></listitem>
<listitem><para><xref linkend="ref.zip"/></para></listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<appendix xml:id="migration51" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 5.0.x to PHP 5.1.x</title>
@ -650,7 +650,7 @@ class test {
constants in object oriented extensions. New extensions written for PHP
5.1.x, including <link linkend="ref.spl">SPL</link>,
<link linkend="ref.pdo">PDO</link>,
<link linkend="ref.xmlreader">XMLReader</link> and
<link linkend="book.xmlreader">XMLReader</link> and
<link linkend="ref.datetime">date</link>, have their constants in
the format <constant>PDO::CLASS_CONSTANT</constant> rather than in the C
format <constant>PDO_CLASS_CONSTANT</constant> in order to minimise

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.27 $ -->
<!-- $Revision: 1.28 $ -->
<appendix xml:id="migration52" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
@ -738,7 +738,7 @@ $obj->getCommentName('');
</listitem>
</itemizedlist>
<para><link linkend="ref.xmlreader">xmlreader</link>:</para>
<para><link linkend="book.xmlreader">xmlreader</link>:</para>
<itemizedlist>
<listitem>
<simpara>
@ -1054,29 +1054,29 @@ $obj->getCommentName('');
New methods were introduced in 5.2.0:
</para>
<para><link linkend="ref.dom">dom</link>:</para>
<para><link linkend="book.dom">dom</link>:</para>
<itemizedlist>
<listitem>
<simpara>
<link linkend="function.dom-domdocument-registernodeclass"><function>DOMDocument::registerNodeClass</function></link>
<function>DOMDocument::registerNodeClass</function>
- Register extended class used to create base node type
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="function.dom-domelement-setidattribute"><function>DOMElement::setIDAttribute</function></link>
<function>DOMElement::setIDAttribute</function>
- Declares the attribute specified by name to be of type ID
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="function.dom-domelement-setidattributenode"><function>DOMElement::setIDAttributeNode</function></link>
<function>DOMElement::setIDAttributeNode</function>
- Declares the attribute specified by node to be of type ID
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="function.dom-domelement-setidattributens"><function>DOMElement::setIDAttributeNS</function></link>
<function>DOMElement::setIDAttributeNS</function>
- Declares the attribute specified by local name and namespace URI to be
of type ID
</simpara>
@ -1228,7 +1228,7 @@ $obj->getCommentName('');
</listitem>
</itemizedlist>
<para><link linkend="ref.xmlreader">XMLReader</link></para>
<para><link linkend="book.xmlreader">XMLReader</link></para>
<itemizedlist>
<listitem>
<simpara>