php-doc-en/faq/migration.xml
Hannes Magnusson c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00

56 lines
1.4 KiB
XML
Executable file

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<chapter xml:id="faq.migration" xmlns="http://docbook.org/ns/docbook">
<title>Migrating from PHP 2 to PHP 3</title>
<titleabbrev>Migrating from PHP 2 to PHP 3</titleabbrev>
<para>
PHP has already a long history behind him:
Legendary PHP 1.0, PHP/FI, PHP 3.0 and PHP 4.0.
</para>
<qandaset>
<qandaentry xml:id="faq.migrating.phpfi">
<question>
<para>
Migrating from PHP 2 to PHP 3?
</para>
</question>
<answer>
<para>
PHP/FI 2.0 is no longer supported. Please see
<link linkend="migration">appropriate manual
section</link> for information about migration
from PHP/FI 2.0.
</para>
<para>
If you are still working with PHP 2, we
<emphasis>strongly</emphasis> recommend you
to upgrade straight to PHP 4.
</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->