From 3166a225e116e210697cbc8412fcff5db07e9a06 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 8 Jun 2026 13:49:03 +0200 Subject: [PATCH] Sync EN: add PHP 8.4.0 changelog entries for SPL, Standard, and Filesystem pages --- reference/filesystem/functions/tempnam.xml | 10 +++++++- reference/spl/splfixedarray.xml | 14 ++++++++++- reference/var/functions/debug-zval-dump.xml | 26 ++++++++++++++++++++- reference/var/functions/unserialize.xml | 10 +++++++- 4 files changed, 56 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index 1885ede48..b17c82aaf 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + @@ -72,6 +72,14 @@ + + 8.4.0 + + El nombre de los archivos creados por tempnam + ahora es 13 bytes más largo. La longitud total sigue dependiendo + de la plataforma. + + 7.1.0 diff --git a/reference/spl/splfixedarray.xml b/reference/spl/splfixedarray.xml index dad227e1c..deb291abc 100644 --- a/reference/spl/splfixedarray.xml +++ b/reference/spl/splfixedarray.xml @@ -1,5 +1,5 @@ - + La clase SplFixedArray @@ -68,6 +68,18 @@ + + 8.4.0 + + Los accesos fuera de los límites en SplFixedArray + ahora lanzan excepciones de tipo + OutOfBoundsException en lugar de + RuntimeException. + Dado que OutOfBoundsException es una clase + hija de RuntimeException, no se produce + ningún cambio de comportamiento al intentar capturar esas excepciones. + + 8.2.0 diff --git a/reference/var/functions/debug-zval-dump.xml b/reference/var/functions/debug-zval-dump.xml index 6a67aa04a..24e5824b2 100644 --- a/reference/var/functions/debug-zval-dump.xml +++ b/reference/var/functions/debug-zval-dump.xml @@ -1,6 +1,6 @@ - + @@ -47,6 +47,30 @@ &return.void; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + debug_zval_dump ahora indica si un + array está empaquetado. + + + + + + + &reftitle.examples; diff --git a/reference/var/functions/unserialize.xml b/reference/var/functions/unserialize.xml index 0f3c9b13e..9e739ad90 100644 --- a/reference/var/functions/unserialize.xml +++ b/reference/var/functions/unserialize.xml @@ -1,5 +1,5 @@ - + @@ -173,6 +173,14 @@ de options no es un array de nombres de clases. + + 8.4.0 + + Deserializar cadenas usando la etiqueta "S" en mayúscula + ahora está obsoleto; en su lugar, utilice la etiqueta "s" + en minúscula. + + 8.3.0