Skip to content

Commit 84f52b4

Browse files
authored
[Sync EN] Add PHP 8.4.0 changelog entries for SPL, Standard and Filesystem pages (#772)
Refs: php/doc-en@17ebcd2
1 parent 9a3d113 commit 84f52b4

3 files changed

Lines changed: 46 additions & 3 deletions

File tree

reference/filesystem/functions/tempnam.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: d1cacac75c04a115ee9b464015ce8e7782bd1517 Maintainer: leonardolara Status: ready --><!-- CREDITS: rarruda, ae, felipe, leonardolara -->
2+
<!-- EN-Revision: 17ebcd2ea14b405b781bd93aea6fa7219b6e29ae Maintainer: leonardolara Status: ready --><!-- CREDITS: rarruda, ae, felipe, leonardolara -->
33
<refentry xml:id="function.tempnam" xmlns="http://docbook.org/ns/docbook">
44
<refnamediv>
55
<refname>tempnam</refname>
@@ -70,6 +70,14 @@
7070
</row>
7171
</thead>
7272
<tbody>
73+
<row>
74+
<entry>8.4.0</entry>
75+
<entry>
76+
O nome dos arquivos criados por <function>tempnam</function> agora é
77+
13 bytes mais longo. O comprimento total ainda depende
78+
da plataforma.
79+
</entry>
80+
</row>
7381
<row>
7482
<entry>7.1.0</entry>
7583
<entry>

reference/spl/splfixedarray.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
2+
<!-- EN-Revision: 17ebcd2ea14b405b781bd93aea6fa7219b6e29ae Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
33
<reference xml:id="class.splfixedarray" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
44
<title>A classe SplFixedArray</title>
55
<titleabbrev>SplFixedArray</titleabbrev>
@@ -67,6 +67,17 @@
6767
</row>
6868
</thead>
6969
<tbody>
70+
<row>
71+
<entry>8.4.0</entry>
72+
<entry>
73+
Acessos fora dos limites em <classname>SplFixedArray</classname> agora lançam
74+
exceções do tipo <exceptionname>OutOfBoundsException</exceptionname>
75+
em vez de <exceptionname>RuntimeException</exceptionname>.
76+
Como <exceptionname>OutOfBoundsException</exceptionname> é uma classe
77+
filha de <exceptionname>RuntimeException</exceptionname>, nenhuma mudança
78+
de comportamento é exibida ao tentar capturar essas exceções.
79+
</entry>
80+
</row>
7081
<row>
7182
<entry>8.2.0</entry>
7283
<entry>

reference/var/functions/debug-zval-dump.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 2a5223230bf6177c225003ca30c63f48ef266cc0 Maintainer: leonardolara Status: ready --><!-- CREDITS: felipe,leonardolara -->
2+
<!-- EN-Revision: 17ebcd2ea14b405b781bd93aea6fa7219b6e29ae Maintainer: leonardolara Status: ready --><!-- CREDITS: felipe,leonardolara -->
33
<refentry xml:id="function.debug-zval-dump" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
44
<refnamediv>
55
<refname>debug_zval_dump</refname>
@@ -47,6 +47,30 @@
4747
&return.void;
4848
</para>
4949
</refsect1>
50+
51+
<refsect1 role="changelog">
52+
&reftitle.changelog;
53+
<informaltable>
54+
<tgroup cols="2">
55+
<thead>
56+
<row>
57+
<entry>&Version;</entry>
58+
<entry>&Description;</entry>
59+
</row>
60+
</thead>
61+
<tbody>
62+
<row>
63+
<entry>8.4.0</entry>
64+
<entry>
65+
<function>debug_zval_dump</function> agora indica se um
66+
array é compactado (packed).
67+
</entry>
68+
</row>
69+
</tbody>
70+
</tgroup>
71+
</informaltable>
72+
</refsect1>
73+
5074
<refsect1 role="examples">
5175
&reftitle.examples;
5276
<para>

0 commit comments

Comments
 (0)