mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Interlinking of the migration guides
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265096 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8a3e60a1a5
commit
f5e4d75d5c
3 changed files with 20 additions and 5 deletions
|
@ -1,10 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.56 $ -->
|
||||
<!-- $Revision: 1.57 $ -->
|
||||
<appendix xml:id="migration5" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 4 to PHP 5</title>
|
||||
<title>Migrating from PHP 4 to PHP 5.0.x</title>
|
||||
<para>
|
||||
&manual.migration.seealso;
|
||||
<link linkend="migration51">5.1.x</link> and
|
||||
<link linkend="migration52">5.2.x</link>.
|
||||
</para>
|
||||
|
||||
<section xml:id='migration5.changes'>
|
||||
<title>What has changed in PHP 5</title>
|
||||
<title>What has changed in PHP 5.0.x</title>
|
||||
<para>
|
||||
PHP 5 and the integrated Zend Engine 2 have greatly improved PHP's
|
||||
performance and capabilities, but great care has been taken to break as
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<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>
|
||||
<para>
|
||||
&manual.migration.seealso;
|
||||
<link linkend="migration5">5.0.x</link> and
|
||||
<link linkend="migration52">5.2.x</link>.
|
||||
</para>
|
||||
|
||||
<section xml:id="migration51.changes">
|
||||
<title>Key PHP 5.1.x features</title>
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<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>
|
||||
<para>
|
||||
&manual.migration.seealso;
|
||||
<link linkend="migration5">5.0.x</link> and
|
||||
<link linkend="migration51">5.1.x</link>.
|
||||
</para>
|
||||
|
||||
<section xml:id="migration52.changes">
|
||||
<title>What has changed in PHP 5.2.x</title>
|
||||
|
|
Loading…
Reference in a new issue