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