-
Notifications
You must be signed in to change notification settings - Fork 10
/
migration4.xml
70 lines (65 loc) · 1.81 KB
/
migration4.xml
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.8 Maintainer: cortesi Status: ready -->
<chapter id="faq.migration4">
<title>Migrazione da PHP 3 a PHP 4</title>
<titleabbrev>Migrazione da PHP 3 a PHP 4</titleabbrev>
<para>
PHP ha già una lunga storia dietro di se:
Il leggendario PHP 1.0, PHP/FI, PHP 3.0 e PHP 4.0.
</para>
<qandaset>
<qandaentry id="faq.migration4.php34">
<question>
<para>
Migrazione da PHP 3 a PHP 4
</para>
</question>
<answer>
<para>
PHP 4 è stato sviluppato per essere il più possibile compatibile con le versioni
precedenti di PHP e molte poche funzionalità sono state intaccate nel
processo. Se si hanno dubbi sulla compatibilità si dovrebbe installare
PHP 4 in un ambiente di test e provare a far girare i propri script lì.
</para>
<para>
Vedere anche <link linkend="migration4">l'appendice appropriata</link>
di questo manuale.
</para>
</answer>
</qandaentry>
<qandaentry id="faq.migration4.incompatible">
<question>
<para>
Funzioni incompatibili?
</para>
</question>
<answer>
<para>
Poiché PHP 4 è semplicemente una riscrittura dell'intero engine PHP, solo alcune
funzioni sono state alterare e solo alcune
molto esotiche.
</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
-->