Skip to content

Commit 5371789

Browse files
committed
Sync reference/zip/ziparchive folder with EN
1 parent 4ac7da9 commit 5371789

File tree

7 files changed

+19
-26
lines changed

7 files changed

+19
-26
lines changed

reference/zip/ziparchive/addemptydir.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 476ab39857fb032076f280fa5397ed483bf7e28d Maintainer: takagi Status: ready -->
2+
<!-- EN-Revision: 0545e305cf06937b14b3f0694d6e716c9881ffd7 Maintainer: takagi Status: ready -->
43
<!-- Credits: mumumu -->
54
<refentry xml:id="ziparchive.addemptydir" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -67,7 +66,7 @@
6766
</thead>
6867
<tbody>
6968
<row>
70-
<entry>8.0.0 / 1.18.0</entry>
69+
<entry>8.0.0, PECL zip 1.18.0</entry>
7170
<entry>
7271
<parameter>flags</parameter> が追加されました。
7372
</entry>

reference/zip/ziparchive/addfile.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: d7f5a20dbd199ad69cdb1ff713a3d89719252a5c Maintainer: takagi Status: ready -->
2+
<!-- EN-Revision: 0545e305cf06937b14b3f0694d6e716c9881ffd7 Maintainer: takagi Status: ready -->
43
<!-- Credits: mumumu -->
54
<refentry xml:id="ziparchive.addfile" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -100,19 +99,19 @@
10099
</thead>
101100
<tbody>
102101
<row>
103-
<entry>8.0.0 / 1.18.0</entry>
102+
<entry>8.0.0, PECL zip 1.18.0</entry>
104103
<entry>
105104
<parameter>flags</parameter> が追加されました。
106105
</entry>
107106
</row>
108107
<row>
109-
<entry>8.3.0 / 1.22.1</entry>
108+
<entry>8.3.0, PECL zip 1.22.1</entry>
110109
<entry>
111110
<constant>ZipArchive::FL_OPEN_FILE_NOW</constant> が追加されました。
112111
</entry>
113112
</row>
114113
<row>
115-
<entry>8.3.0 / 1.22.2</entry>
114+
<entry>8.3.0, PECL zip 1.22.2</entry>
116115
<entry>
117116
<constant>ZipArchive::LENGTH_TO_END</constant>
118117

reference/zip/ziparchive/addfromstring.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 476ab39857fb032076f280fa5397ed483bf7e28d Maintainer: takagi Status: ready -->
2+
<!-- EN-Revision: 0545e305cf06937b14b3f0694d6e716c9881ffd7 Maintainer: takagi Status: ready -->
43
<!-- Credits: mumumu -->
54
<refentry xml:id="ziparchive.addfromstring" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -77,7 +76,7 @@
7776
</thead>
7877
<tbody>
7978
<row>
80-
<entry>8.0.0 / 1.18.0</entry>
79+
<entry>8.0.0, PECL zip 1.18.0</entry>
8180
<entry>
8281
<parameter>flags</parameter> が追加されました。
8382
</entry>

reference/zip/ziparchive/addglob.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 286228490f224c45526d9c0e7d1fad4e6e3aaead Maintainer: takagi Status: ready -->
2+
<!-- EN-Revision: 0545e305cf06937b14b3f0694d6e716c9881ffd7 Maintainer: takagi Status: ready -->
43
<!-- Credits: mumumu -->
54

65
<refentry xml:id="ziparchive.addglob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -153,21 +152,21 @@
153152
</thead>
154153
<tbody>
155154
<row>
156-
<entry>8.0.0 / 1.18.0</entry>
155+
<entry>8.0.0, PECL zip 1.18.0</entry>
157156
<entry>
158157
<parameter>options</parameter> に <literal>"flags"</literal> が追加されました。
159158
</entry>
160159
</row>
161160
<row>
162-
<entry>8.0.0 / 1.18.1</entry>
161+
<entry>8.0.0, PECL zip 1.18.1</entry>
163162
<entry>
164163
<parameter>options</parameter> に
165164
<literal>"comp_method"</literal>, <literal>"comp_flags"</literal>,
166165
<literal>"enc_method"</literal>, <literal>"enc_password"</literal> が追加されました。
167166
</entry>
168167
</row>
169168
<row>
170-
<entry>8.3.0 / 1.22.1</entry>
169+
<entry>8.3.0, PECL zip 1.22.1</entry>
171170
<entry>
172171
<constant>ZipArchive::FL_OPEN_FILE_NOW</constant> が追加されました。
173172
</entry>

reference/zip/ziparchive/getarchiveflag.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: d715365c098db000eaf7dcd987ee6093f6e83091 Maintainer: mumumu Status: ready -->
2+
<!-- EN-Revision: bb6e8c9fb1f4cc4c83a67a2c3e031ac3c8c28ccc Maintainer: mumumu Status: ready -->
43
<refentry xml:id="ziparchive.getarchiveflag" xmlns="http://docbook.org/ns/docbook">
54
<refnamediv>
65
<refname>ZipArchive::getArchiveFlag</refname>

reference/zip/ziparchive/getstatusstring.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 476ab39857fb032076f280fa5397ed483bf7e28d Maintainer: mumumu Status: ready -->
2+
<!-- EN-Revision: 0545e305cf06937b14b3f0694d6e716c9881ffd7 Maintainer: mumumu Status: ready -->
43
<!-- Credits: mumumu -->
54
<refentry xml:id="ziparchive.getstatusstring" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -43,13 +42,13 @@
4342
</thead>
4443
<tbody>
4544
<row>
46-
<entry>8.0.0 / 1.18.0</entry>
45+
<entry>8.0.0, PECL zip 1.18.0</entry>
4746
<entry>
4847
このメソッドは、閉じられたアーカイブに対しても呼び出せるようになりました。
4948
</entry>
5049
</row>
5150
<row>
52-
<entry>8.0.0 / 1.18.0</entry>
51+
<entry>8.0.0, PECL zip 1.18.0</entry>
5352
<entry>
5453
このメソッドは、失敗時に &false; を返さなくなりました。
5554
</entry>

reference/zip/ziparchive/replacefile.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: d7f5a20dbd199ad69cdb1ff713a3d89719252a5c Maintainer: mumumu Status: ready -->
2+
<!-- EN-Revision: 0545e305cf06937b14b3f0694d6e716c9881ffd7 Maintainer: mumumu Status: ready -->
43
<!-- Credits: mumumu -->
54
<refentry xml:id="ziparchive.replacefile" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -99,13 +98,13 @@
9998
</thead>
10099
<tbody>
101100
<row>
102-
<entry>8.3.0 / 1.22.1</entry>
101+
<entry>8.3.0, PECL zip 1.22.1</entry>
103102
<entry>
104103
<constant>ZipArchive::FL_OPEN_FILE_NOW</constant> が追加されました。
105104
</entry>
106105
</row>
107106
<row>
108-
<entry>8.3.0 / 1.22.2</entry>
107+
<entry>8.3.0, PECL zip 1.22.2</entry>
109108
<entry>
110109
<constant>ZipArchive::LENGTH_TO_END</constant>
111110

0 commit comments

Comments
 (0)