From 9a90df9a615e0454a541fcd11a6a7ca906aabb17 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 21 May 2026 16:08:28 +0200 Subject: [PATCH] =?UTF-8?q?Sync=20EN:=20menci=C3=B3n=20de=20LiteSpeed=20SA?= =?UTF-8?q?PI=20en=20funciones=20de=20Apache=20y=20migraci=C3=B3n=207.4=20?= =?UTF-8?q?(#4922)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appendices/migration74/other-changes.xml | 4 ++-- reference/apache/book.xml | 10 ++++++---- .../apache/functions/apache-request-headers.xml | 16 ++++++++-------- .../apache/functions/apache-response-headers.xml | 12 ++++++------ 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/appendices/migration74/other-changes.xml b/appendices/migration74/other-changes.xml index 34b78e576..da5c9fd19 100644 --- a/appendices/migration74/other-changes.xml +++ b/appendices/migration74/other-changes.xml @@ -1,6 +1,6 @@ - + Otros cambios @@ -195,7 +195,7 @@ - Litespeed: + LiteSpeed: diff --git a/reference/apache/book.xml b/reference/apache/book.xml index 16fc65af7..1d524151d 100644 --- a/reference/apache/book.xml +++ b/reference/apache/book.xml @@ -1,6 +1,6 @@ - + @@ -10,9 +10,11 @@ &reftitle.intro; - - Estas funciones sólo están disponibles cuando se ejecuta PHP como módulo de Apache. - + + Estas funciones están disponibles cuando se ejecuta PHP como módulo de Apache. + Algunas funciones pueden estar disponibles al ejecutarse con las API de otros + servidores web. Consulte la documentación de cada función para más detalles. + diff --git a/reference/apache/functions/apache-request-headers.xml b/reference/apache/functions/apache-request-headers.xml index 19829e652..87ce5b0b0 100644 --- a/reference/apache/functions/apache-request-headers.xml +++ b/reference/apache/functions/apache-request-headers.xml @@ -1,6 +1,6 @@ - + @@ -13,10 +13,10 @@ arrayapache_request_headers - + Recupera todos los encabezados HTTP de la petición actual. - Funciona con los servidores web Apache, FastCGI, CLI, y FPM. - + Funciona con los servidores web Apache, LiteSpeed, FastCGI, CLI, y FPM. + @@ -26,9 +26,9 @@ &reftitle.returnvalues; - + Un array asociativo con todos los encabezados HTTP de la petición actual. - + @@ -90,13 +90,13 @@ Connection: Keep-Alive &reftitle.notes; - + También pueden obtenerse los valores de las variables CGI comunes leyéndolas en el entorno, lo cual funciona, ya sea en módulo Apache o no. Utilice la función phpinfo para conocer la lista de variables de entorno disponibles. - + diff --git a/reference/apache/functions/apache-response-headers.xml b/reference/apache/functions/apache-response-headers.xml index f71e060c4..21f6bfd7a 100644 --- a/reference/apache/functions/apache-response-headers.xml +++ b/reference/apache/functions/apache-response-headers.xml @@ -1,6 +1,6 @@ - + @@ -14,10 +14,10 @@ arrayapache_response_headers - + Recupera todos los encabezados de respuesta HTTP. - Funciona con los servidores web Apache, FastCGI, CLI y FPM. - + Funciona con los servidores web Apache, LiteSpeed, FastCGI, CLI y FPM. + @@ -27,9 +27,9 @@ &reftitle.returnvalues; - + Un array de todos los encabezados de respuesta de Apache en caso de éxito. - +