Skip to content

Commit 6043eda

Browse files
authored
[PHP 8.4] Mention class constant types in PDO changelogの翻訳 (#272)
* [PHP 8.4] Mention class constant types in PDO changelogの翻訳 * EN-Revisionの更新
1 parent 192e278 commit 6043eda

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

reference/pdo/pdo.xml

+23-1
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: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: shimooka Status: ready -->
3+
<!-- EN-Revision: a78c7290730ac918c4eb6b199004d24051d1e93f Maintainer: shimooka Status: ready -->
44
<!-- CREDITS: hirokawa,takagi -->
55
<reference xml:id="class.pdo" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66
<title>PDO クラス</title>
@@ -487,6 +487,28 @@
487487
</classsynopsis>
488488
</section>
489489

490+
<section role="changelog" xml:id="pdo.changelog">
491+
&reftitle.changelog;
492+
<informaltable>
493+
<tgroup cols="2">
494+
<thead>
495+
<row>
496+
<entry>&Version;</entry>
497+
<entry>&Description;</entry>
498+
</row>
499+
</thead>
500+
<tbody>
501+
<row>
502+
<entry>8.4.0</entry>
503+
<entry>
504+
クラス定数が型付けされました。
505+
</entry>
506+
</row>
507+
</tbody>
508+
</tgroup>
509+
</informaltable>
510+
</section>
511+
490512
</partintro>
491513

492514
&reference.pdo.entities.pdo;

0 commit comments

Comments
 (0)