Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,394 changes: 697 additions & 697 deletions appendices/migration70/new-features.xml

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions appendices/reserved.constants.standard.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 52abaae9b28b7a347de09092ece31599315b5edf Maintainer: pastore Status: ready -->
<sect2 xml:id="reserved.constants.standard" xmlns="http://docbook.org/ns/docbook">
<title>Costanti Predefinite Standard</title>
<simpara>
Tutte le costanti delle <link linkend="extensions.membership.core">estensioni
principali</link> sono definite in PHP per impostazione predefinita.
</simpara>
</sect2>
<!-- 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:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 52abaae9b28b7a347de09092ece31599315b5edf Maintainer: pastore Status: ready -->

<sect2 xml:id="reserved.constants.standard" xmlns="http://docbook.org/ns/docbook">
<title>Costanti Predefinite Standard</title>
<simpara>
Tutte le costanti delle <link linkend="extensions.membership.core">estensioni
principali</link> sono definite in PHP per impostazione predefinita.
</simpara>
</sect2>

<!-- 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:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
164 changes: 82 additions & 82 deletions install/cloud/azure.xml
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 77fe98efb3977fcac0bb2051bdfa9725e8cd46ae Maintainer: pastore Status: ready -->
<sect1 xml:id="install.cloud.azure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Servizi App di Azure</title>
<para>
PHP è utilizzato frequentemente usato sui Servizi App di Azure (conosciuti come Microsoft Azure, Windows Azure, Azure Web Apps).
</para>
<para>I Servizi App di Azure gestiscono gruppi di Server Web Windows per ospitare l'applicazione web, come alternativa a gestire il proprio server web sulle proprie VM Azure oppure altri server.
</para>
<para>PHP è già abilitato per il proprio sito web di Servizi App di Azure automaticamente. Nel Portale di Azure, selezionare il proprio sito web, e si potrà scegliere quale versione di PHP utilizzare. Si potrebbe voler scegliere una versione più recente rispetto a quella predefinita.
</para>
<para>In quanto tale, PHP e le estensioni verranno eseguiti su Servizi App di Azure proprio come lo farà su altri server di Windows.
Tuttavia, l'intefaccia di gestione dei Servizi App di Azure App è differente:
</para>
<itemizedlist spacing="compact">
<listitem>
<para>Portale di Azure: crea, modifica le impostazioni e cancella siti web. <link xlink:href="https://portal.azure.com/">Portale di Azure</link>
</para>
</listitem>
<listitem>
<para>
Kudu Dashboard: se il sito web ha l'URL
<literal><replaceable>site_name</replaceable>.azurewebsites.net</literal>,
la dashboard Kudu è
<literal>https://<replaceable>site_name</replaceable>.scm.azurewebsites.net/</literal>.
La dashboard consente di accedere alle funzionalità di debug,
alla gestione dei file e alle estensioni del sito.
Le estensioni del sito sono un meccanismo di Azure per aggiungere
programmi extra, come le anteprime di PHP, a un sito web.
</para>
</listitem>
<listitem>
<para>Non si può utilizzare IIS Manager, Server Manager, o RDP.</para>
</listitem>
</itemizedlist>
<para>C'è anche un PHP SDK per utilizzare programmaticamente molti Servizi Azure dal proprio codice PHP. Vedere <link xlink:href="https://github.com/Azure/azure-sdk-for-php">Azure SDK per PHP</link>.
</para>
<para>Per maggiori informazioni, vedere l'<link xlink:href="https://azure.microsoft.com/en-us/develop/php/">Azure PHP Developer Center</link>
</para>
<sect2>
<title>WinCache</title>
<para>WinCache è abilitato per impostazione predefinita sui Servizi App di Azure ed è consigliato lasciarlo abilitato.
Se si installa una propria build di PHP, si dovrebbe abilitare WinCache anche su di essa.
</para>
</sect2>
<sect2>
<title>Build Custom di PHP</title>
<para>
È possibile caricare la propria build PHP nella propria D:\Home (C:\ NON è scrivibile).
Quindi, nel portale Azure, impostare SCRIPT_PROCESSOR per .php sul percorso assoluto del file php-cgi.exe della build.
</para>
</sect2>
</sect1>
<!-- 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:"~/.phpdoc/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
-->
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 77fe98efb3977fcac0bb2051bdfa9725e8cd46ae Maintainer: pastore Status: ready -->
<sect1 xml:id="install.cloud.azure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Servizi App di Azure</title>
<para>
PHP è utilizzato frequentemente usato sui Servizi App di Azure (conosciuti come Microsoft Azure, Windows Azure, Azure Web Apps).
</para>
<para>I Servizi App di Azure gestiscono gruppi di Server Web Windows per ospitare l'applicazione web, come alternativa a gestire il proprio server web sulle proprie VM Azure oppure altri server.
</para>
<para>PHP è già abilitato per il proprio sito web di Servizi App di Azure automaticamente. Nel Portale di Azure, selezionare il proprio sito web, e si potrà scegliere quale versione di PHP utilizzare. Si potrebbe voler scegliere una versione più recente rispetto a quella predefinita.
</para>

<para>In quanto tale, PHP e le estensioni verranno eseguiti su Servizi App di Azure proprio come lo farà su altri server di Windows.

Tuttavia, l'intefaccia di gestione dei Servizi App di Azure App è differente:
</para>

<itemizedlist spacing="compact">
<listitem>
<para>Portale di Azure: crea, modifica le impostazioni e cancella siti web. <link xlink:href="https://portal.azure.com/">Portale di Azure</link>
</para>
</listitem>
<listitem>
<para>
Kudu Dashboard: se il sito web ha l'URL
<literal><replaceable>site_name</replaceable>.azurewebsites.net</literal>,
la dashboard Kudu è
<literal>https://<replaceable>site_name</replaceable>.scm.azurewebsites.net/</literal>.
La dashboard consente di accedere alle funzionalità di debug,
alla gestione dei file e alle estensioni del sito.
Le estensioni del sito sono un meccanismo di Azure per aggiungere
programmi extra, come le anteprime di PHP, a un sito web.
</para>
</listitem>
<listitem>
<para>Non si può utilizzare IIS Manager, Server Manager, o RDP.</para>
</listitem>
</itemizedlist>

<para>C'è anche un PHP SDK per utilizzare programmaticamente molti Servizi Azure dal proprio codice PHP. Vedere <link xlink:href="https://github.com/Azure/azure-sdk-for-php">Azure SDK per PHP</link>.
</para>

<para>Per maggiori informazioni, vedere l'<link xlink:href="https://azure.microsoft.com/en-us/develop/php/">Azure PHP Developer Center</link>
</para>

<sect2>
<title>WinCache</title>
<para>WinCache è abilitato per impostazione predefinita sui Servizi App di Azure ed è consigliato lasciarlo abilitato.

Se si installa una propria build di PHP, si dovrebbe abilitare WinCache anche su di essa.
</para>
</sect2>

<sect2>
<title>Build Custom di PHP</title>
<para>
È possibile caricare la propria build PHP nella propria D:\Home (C:\ NON è scrivibile).
Quindi, nel portale Azure, impostare SCRIPT_PROCESSOR per .php sul percorso assoluto del file php-cgi.exe della build.
</para>
</sect2>

</sect1>
<!-- 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:"~/.phpdoc/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
-->
64 changes: 32 additions & 32 deletions install/cloud/ec2.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d343dda81958034673651e2ccbda2bf139173f3d Maintainer: pastore Status: ready -->
<sect1 xml:id="install.cloud.ec2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Amazon EC2</title>
<para>
PHP viene installato sulla <link xlink:href="&url.cloud.ec2;">piattaforma cloud EC2</link>.
</para>
<para>
Leggere anche l'<link xlink:href="&url.cloud.ec2.sdk;">SDK di AWS per PHP</link>.
</para>
</sect1>
<!-- 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:"~/.phpdoc/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
-->
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d343dda81958034673651e2ccbda2bf139173f3d Maintainer: pastore Status: ready -->
<sect1 xml:id="install.cloud.ec2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Amazon EC2</title>
<para>
PHP viene installato sulla <link xlink:href="&url.cloud.ec2;">piattaforma cloud EC2</link>.
</para>
<para>
Leggere anche l'<link xlink:href="&url.cloud.ec2.sdk;">SDK di AWS per PHP</link>.
</para>
</sect1>

<!-- 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:"~/.phpdoc/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
-->
64 changes: 32 additions & 32 deletions install/cloud/index.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e271c1af94ab28138fe91b0331db1313562d4ee9 Maintainer: pastore Status: ready -->
<chapter xml:id="install.cloud" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Installazione su piattaforme di Cloud Computing</title>
<para>
PHP viene installato sul cloud. Verso il cloud di PHP!
</para>
&install.cloud.azure;
&install.cloud.ec2;
&install.cloud.digitalocean;
</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:"~/.phpdoc/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
-->
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e271c1af94ab28138fe91b0331db1313562d4ee9 Maintainer: pastore Status: ready -->
<chapter xml:id="install.cloud" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Installazione su piattaforme di Cloud Computing</title>
<para>
PHP viene installato sul cloud. Verso il cloud di PHP!
</para>
&install.cloud.azure;
&install.cloud.ec2;
&install.cloud.digitalocean;
</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:"~/.phpdoc/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
-->
Loading