From 8d871ba31458e20af61e57763bd9aac80241af57 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Thu, 24 Oct 2024 16:18:00 +0100 Subject: [PATCH] Sync part of documentation with EN --- bookinfo.xml | 7 +- faq/build.xml | 68 +------------------ install/cloud/index.xml | 3 +- reference/apache/book.xml | 3 +- reference/apache/constants.xml | 29 -------- .../functions/apache-child-terminate.xml | 43 +++--------- .../functions/apache-request-headers.xml | 7 +- .../functions/apache-response-headers.xml | 7 +- reference/apache/functions/getallheaders.xml | 7 +- reference/apache/ini.xml | 22 +++--- reference/apache/setup.xml | 16 +---- reference/array/book.xml | 3 +- reference/array/reference.xml | 4 +- reference/array/setup.xml | 50 -------------- reference/classobj/book.xml | 4 +- reference/url/book.xml | 8 +-- 16 files changed, 54 insertions(+), 227 deletions(-) delete mode 100644 reference/apache/constants.xml delete mode 100644 reference/array/setup.xml diff --git a/bookinfo.xml b/bookinfo.xml index 6282072be..9718f2b54 100644 --- a/bookinfo.xml +++ b/bookinfo.xml @@ -1,5 +1,5 @@ - + &frontpage.authors; @@ -75,11 +75,6 @@ - - 1997- - Gruppo di Documentazione PHP - - Copyright diff --git a/faq/build.xml b/faq/build.xml index c705f9b51..20fe94a83 100644 --- a/faq/build.xml +++ b/faq/build.xml @@ -1,6 +1,5 @@ - - + Problemi di installazione @@ -189,71 +188,6 @@ - - - - Non riesco a capire come installare PHP con Apache 1.3. - - - - - Installare PHP insieme con Apache 1.3 è veramente semplice. Segui queste istruzioni: - - - - Scarica l'ultima distribuzione di Apache 1.3 da - &url.apache.source;. - - - - - Estrai prima l'archivio gzip e poi quello tar dove preferisci, per esempio in - /usr/local/src/apache-1.3. - - - - - Compila PHP per la prima volta eseguendo: - ./configure --with-apache=/<percorso>/apache-1.3 - Sostituisci <percorso> con il percorso che porta alla cartella di Apache 1.3 - - - - - Scrivi make seguito da make install - per installare PHP e copiare i file necessari alla distribuzione di Apache. - - - - - Cambia il percorso delle cartelle fino al tuo /<percorso>/apache-1.3/src - e modifica il file di Configuration. - Aggiungi al file la riga seguente: - AddModule modules/php4/libphp4.a. - - - - - Scrivi: ./configure seguito da make. - - - - - Ora dovresti avere un eseguibile httpd abilitato per PHP! - - - - - - Nota: puoi anche usare il nuovo script - ./configure di Apache. Leggi le istruzioni - nel file README.configure presente nella tua - distribuzione di Apache. Leggi anche il file - INSTALL nella distribuzione di PHP. - - - - diff --git a/install/cloud/index.xml b/install/cloud/index.xml index ab76e45e8..25a0c3ffe 100644 --- a/install/cloud/index.xml +++ b/install/cloud/index.xml @@ -1,5 +1,5 @@ - + Installazione su piattaforme di Cloud Computing @@ -7,6 +7,7 @@ &install.cloud.azure; &install.cloud.ec2; + &install.cloud.digitalocean; + @@ -15,7 +15,6 @@ &reference.apache.setup; - &reference.apache.constants; &reference.apache.reference; diff --git a/reference/apache/constants.xml b/reference/apache/constants.xml deleted file mode 100644 index d6b07fa78..000000000 --- a/reference/apache/constants.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - &reftitle.constants; - &no.constants; - - - - diff --git a/reference/apache/functions/apache-child-terminate.xml b/reference/apache/functions/apache-child-terminate.xml index d98640112..da8eac0de 100644 --- a/reference/apache/functions/apache-child-terminate.xml +++ b/reference/apache/functions/apache-child-terminate.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ &reftitle.description; - boolapache_child_terminate + voidapache_child_terminate @@ -21,41 +21,20 @@ dal momento che la memoria viene normalmente liberata internamente ma non restituita al sistema operativo. - - - - &reftitle.returnvalues; - Restituisce &true; se PHP è eseguito come modulo Apache 1, la versione di Apache - non è multithread, e la - direttiva PHP child_terminate è - attivata (è disattivata di default). Se queste condizioni non sono raggiunte, viene restituito &false; - e viene generato un errore di livello E_WARNING. + Funziona con i webserver Apache e FastCGI. - - &reftitle.changelog; + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; - - - - - &Version; - &Description; - - - - - 5.4.0 - - Questa funzione diventa disponibile sotto FastCGI. Precedentemente, era - supportata solo quando PHP era installato come modulo Apache. - - - - - + &return.void; diff --git a/reference/apache/functions/apache-request-headers.xml b/reference/apache/functions/apache-request-headers.xml index 12b2012b1..5574b7a40 100644 --- a/reference/apache/functions/apache-request-headers.xml +++ b/reference/apache/functions/apache-request-headers.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,11 @@ + + &reftitle.parameters; + &no.function.parameters; + + &reftitle.returnvalues; diff --git a/reference/apache/functions/apache-response-headers.xml b/reference/apache/functions/apache-response-headers.xml index 5334aafbf..55dfc6340 100644 --- a/reference/apache/functions/apache-response-headers.xml +++ b/reference/apache/functions/apache-response-headers.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,11 @@ + + &reftitle.parameters; + &no.function.parameters; + + &reftitle.returnvalues; diff --git a/reference/apache/functions/getallheaders.xml b/reference/apache/functions/getallheaders.xml index 45aed0ac0..db8857023 100644 --- a/reference/apache/functions/getallheaders.xml +++ b/reference/apache/functions/getallheaders.xml @@ -1,5 +1,5 @@ - + @@ -24,6 +24,11 @@ + + &reftitle.parameters; + &no.function.parameters; + + &reftitle.returnvalues; diff --git a/reference/apache/ini.xml b/reference/apache/ini.xml index e92871f91..a03a2de92 100644 --- a/reference/apache/ini.xml +++ b/reference/apache/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; @@ -29,40 +29,40 @@ engine "1" INI_ALL - disponibile da PHP 4.0.5. + child_terminate "0" INI_ALL - Disponibile da PHP 4.0.5. + last_modified "0" INI_ALL - Disponibile da PHP 4.0.5. + xbithack "0" INI_ALL - Disponibile da PHP 4.0.5. + &ini.php.constants; - + &ini.descriptions.title; - + engine - boolean + bool @@ -79,7 +79,7 @@ child_terminate - boolean + bool @@ -91,7 +91,7 @@ last_modified - boolean + bool @@ -102,7 +102,7 @@ xbithack - boolean + bool diff --git a/reference/apache/setup.xml b/reference/apache/setup.xml index 81bca1692..b2d423e47 100644 --- a/reference/apache/setup.xml +++ b/reference/apache/setup.xml @@ -1,16 +1,9 @@ - + &reftitle.setup; - -
- &reftitle.required; - &no.requirement; -
- -
&reftitle.install; @@ -25,13 +18,6 @@ &reference.apache.ini; - -
- &reftitle.resources; - &no.resource; -
- - + @@ -27,7 +27,6 @@ - &reference.array.setup; &reference.array.constants; &reference.array.sorting; &reference.array.reference; diff --git a/reference/array/reference.xml b/reference/array/reference.xml index 87d1c7bdc..76ec2007d 100644 --- a/reference/array/reference.xml +++ b/reference/array/reference.xml @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ &reftitle.seealso; Vedere anche le funzioni is_array, explode, - implode, split, + implode, preg_split e unset. diff --git a/reference/array/setup.xml b/reference/array/setup.xml deleted file mode 100644 index 4b75d540b..000000000 --- a/reference/array/setup.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - &reftitle.setup; - -
- &reftitle.required; - &no.requirement; -
- -
- &reftitle.install; - &no.install; -
- -
- &reftitle.runtime; - &no.config; -
- -
- &reftitle.resources; - &no.resource; -
- -
- - - diff --git a/reference/classobj/book.xml b/reference/classobj/book.xml index 7cac809d2..08b713dab 100644 --- a/reference/classobj/book.xml +++ b/reference/classobj/book.xml @@ -1,5 +1,5 @@ - + @@ -23,8 +23,6 @@ - &reference.classobj.setup; - &reference.classobj.constants; &reference.classobj.examples; &reference.classobj.reference; diff --git a/reference/url/book.xml b/reference/url/book.xml index e37383885..a80cab734 100644 --- a/reference/url/book.xml +++ b/reference/url/book.xml @@ -1,10 +1,11 @@ - + - URL + URLs + URLs &reftitle.intro; @@ -12,8 +13,7 @@ Tratta le stringhe contenenti un URL: codifica, decodifica e interpreta. - - &reference.url.setup; + &reference.url.constants; &reference.url.reference;