1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Reviewed: no -->
<sect1 id="migration.introduction">
<title>Introduction</title>
<para>
When you are working with Zend Framework for a longer time, then you may
want to upgrade to new releases as new features are integrated and found
bugs are fixed.
</para>
<para>
We at Zend Framework try to prevent possible problems which you may have
when you are in need to do a upgrade. Backwards compatibility is one of our
main goals.
</para>
<para>
Still, from time to time, it is not possible or even necessary to make
changes which have effect on your code, to prevent or solve other problems.
To help you to detect possible changes you may need to do when upgrading
to a new Zend Framework release, you should carefully read this section.
</para>
<para>
Below you will find informations about all known changes which can have
effect on your code, and examples for you about necessary changes you
have to do when doing an upgrade.
</para>
</sect1>
<!--
vim:se ts=4 sw=4 et:
-->
|