Skip to content

Commit da91cf3

Browse files
author
Yoshinari Takaoka
committed
Add missing changelog entries for integer $needle deprecations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350640 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 3ddfd19 commit da91cf3

File tree

7 files changed

+97
-7
lines changed

7 files changed

+97
-7
lines changed

reference/strings/functions/stripos.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: 80267cad62d87d99aa5601f4cbb13b033992c5c9 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stripos">
66
<refnamediv>
@@ -85,6 +85,12 @@
8585
</row>
8686
</thead>
8787
<tbody>
88+
<row>
89+
<entry>7.3.0</entry>
90+
<entry>
91+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
92+
</entry>
93+
</row>
8894
<row>
8995
<entry>7.1.0</entry>
9096
<entry>

reference/strings/functions/stristr.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: 652367cc9d51966f31e0b85874a325ead7087c31 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stristr">
66
<refnamediv>
@@ -78,6 +78,12 @@
7878
</row>
7979
</thead>
8080
<tbody>
81+
<row>
82+
<entry>7.3.0</entry>
83+
<entry>
84+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
85+
</entry>
86+
</row>
8187
<row>
8288
<entry>5.3.0</entry>
8389
<entry>

reference/strings/functions/strpos.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: 80267cad62d87d99aa5601f4cbb13b033992c5c9 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strpos">
66
<refnamediv>
@@ -77,6 +77,12 @@
7777
</row>
7878
</thead>
7979
<tbody>
80+
<row>
81+
<entry>7.3.0</entry>
82+
<entry>
83+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
84+
</entry>
85+
</row>
8086
<row>
8187
<entry>7.1.0</entry>
8288
<entry>

reference/strings/functions/strrchr.xml

Lines changed: 23 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: 652367cc9d51966f31e0b85874a325ead7087c31 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrchr">
66
<refnamediv>
@@ -58,6 +58,28 @@
5858
</para>
5959
</refsect1>
6060

61+
<refsect1 role="changelog">
62+
&reftitle.changelog;
63+
<informaltable>
64+
<tgroup cols="2">
65+
<thead>
66+
<row>
67+
<entry>&Version;</entry>
68+
<entry>&Description;</entry>
69+
</row>
70+
</thead>
71+
<tbody>
72+
<row>
73+
<entry>7.3.0</entry>
74+
<entry>
75+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
76+
</entry>
77+
</row>
78+
</tbody>
79+
</tgroup>
80+
</informaltable>
81+
</refsect1>
82+
6183
<refsect1 role="examples">
6284
&reftitle.examples;
6385
<para>

reference/strings/functions/strripos.xml

Lines changed: 23 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: 53401e8378352282a0d994eddeca7f4899eea49d Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strripos">
66
<refnamediv>
@@ -90,6 +90,28 @@
9090
&return.falseproblem;
9191
</refsect1>
9292

93+
<refsect1 role="changelog">
94+
&reftitle.changelog;
95+
<informaltable>
96+
<tgroup cols="2">
97+
<thead>
98+
<row>
99+
<entry>&Version;</entry>
100+
<entry>&Description;</entry>
101+
</row>
102+
</thead>
103+
<tbody>
104+
<row>
105+
<entry>7.3.0</entry>
106+
<entry>
107+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
108+
</entry>
109+
</row>
110+
</tbody>
111+
</tgroup>
112+
</informaltable>
113+
</refsect1>
114+
93115
<refsect1 role="examples">
94116
&reftitle.examples;
95117
<para>

reference/strings/functions/strrpos.xml

Lines changed: 23 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: 652367cc9d51966f31e0b85874a325ead7087c31 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,shimooka,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrpos">
66
<refnamediv>
@@ -85,6 +85,28 @@
8585
</para>
8686
</refsect1>
8787

88+
<refsect1 role="changelog">
89+
&reftitle.changelog;
90+
<informaltable>
91+
<tgroup cols="2">
92+
<thead>
93+
<row>
94+
<entry>&Version;</entry>
95+
<entry>&Description;</entry>
96+
</row>
97+
</thead>
98+
<tbody>
99+
<row>
100+
<entry>7.3.0</entry>
101+
<entry>
102+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
103+
</entry>
104+
</row>
105+
</tbody>
106+
</tgroup>
107+
</informaltable>
108+
</refsect1>
109+
88110
<refsect1 role="examples">
89111
&reftitle.examples;
90112
<para>

reference/strings/functions/strstr.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: 652367cc9d51966f31e0b85874a325ead7087c31 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e416b0239372c2e0b69e3e7ebf8e1c42f1e94a1b Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,shimooka,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strstr">
66
<refnamediv>
@@ -89,6 +89,12 @@
8989
</row>
9090
</thead>
9191
<tbody>
92+
<row>
93+
<entry>7.3.0</entry>
94+
<entry>
95+
<parameter>needle</parameter> に &integer; を渡すことは非推奨になりました。
96+
</entry>
97+
</row>
9298
<row>
9399
<entry>5.3.0</entry>
94100
<entry>

0 commit comments

Comments
 (0)