migration-introduction.xml 1.1 KB

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