File: migration-introduction.xml

package info (click to toggle)
zendframework 1.12.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 133,584 kB
  • sloc: xml: 1,311,829; php: 570,173; sh: 170; makefile: 125; sql: 121
file content (33 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (2)
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:
-->