Skip to content

Commit b1f493b

Browse files
authored
[PHP 8.3] Mention E_WARNING on unconsumed input data を取り込み (php#244)
1 parent f3ece8a commit b1f493b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

reference/var/functions/unserialize.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 4150dc92749c177758efe59eab23b6a5d32ffda2 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 3dbbc167de33c0214f454b1d0399a32c88127c10 Maintainer: hirokawa Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.unserialize" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -163,6 +163,12 @@
163163
</row>
164164
</thead>
165165
<tbody>
166+
<row>
167+
<entry>8.3.0</entry>
168+
<entry>
169+
入力された文字列の末尾に余計なデータがある場合、<constant>E_WARNING</constant> が発生するようになりました。
170+
</entry>
171+
</row>
166172
<row>
167173
<entry>8.3.0</entry>
168174
<entry>

0 commit comments

Comments
 (0)