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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.8 Maintainer: leon Status: ready -->
<!-- $Revision: 1.7 $ -->
<chapter id="faq.migration4">
<title>Migracja z PHP 3 na PHP 4</title>
<titleabbrev>Migracja z PHP 3 na PHP 4</titleabbrev>
<para>
PHP ma ju za sob dug histori:
Legendarne PHP 1.0, PHP/FI, PHP 3.0 and PHP 4.0.
</para>
<qandaset>
<qandaentry id="faq.migration4.php34">
<question>
<para>
Migracja z PHP 3 na PHP 4
</para>
</question>
<answer>
<para>
PHP 4 byo projektowane tak, aby zapewni najwiksz moliw
kompatybilno z wczeniejszymi wersjami PHP i w tym procesie bardzo
niewiele zostao utracone. Jeli nie jeste pewien co do
kompatybilnoci, powiniene zainstalowa PHP 4 w rodowisku testowym i
uruchomi tam swoje skrypty.
</para>
<para>
Zobacz take <link linkend="migration4">dodatek o migracji</link>
znajdujcy si w tym podrczniku.
</para>
</answer>
</qandaentry>
<qandaentry id="faq.migration4.incompatible">
<question>
<para>
Niekompatybilne funkcje?
</para>
</question>
<answer>
<para>
Poniewa PHP 4 jest w zasadzie przepisany od nowa, jest kilka funkcji,
ktre zostay zmienione, ale i tak s to tylko te bardziej egzotyczne
funkcje.
</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
-->
|