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. - +