Skip to content

Commit e2274fb

Browse files
Fix several issues in versions.xml files (#5507)
1 parent 1e31c8f commit e2274fb

13 files changed

Lines changed: 22 additions & 53 deletions

File tree

appendices/aliases.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@
131131
<entry><function>imap_body</function></entry>
132132
<entry><link linkend="ref.imap">IMAP</link></entry>
133133
</row>
134-
<row>
135-
<entry>imap_getmailboxes</entry>
136-
<entry><function>imap_list_full</function></entry>
137-
<entry><link linkend="ref.imap">IMAP</link></entry>
138-
</row>
139-
<row>
140-
<entry>imap_getsubscribed</entry>
141-
<entry><function>imap_lsub_full</function></entry>
142-
<entry><link linkend="ref.imap">IMAP</link></entry>
143-
</row>
144134
<row>
145135
<entry>imap_header</entry>
146136
<entry><function>imap_headerinfo</function></entry>
@@ -591,6 +581,11 @@
591581
<entry><function>pg_set_client_encoding</function></entry>
592582
<entry><link linkend="ref.pgsql">PostgreSQL</link></entry>
593583
</row>
584+
<row>
585+
<entry>pg_exec</entry>
586+
<entry><function>pg_query</function></entry>
587+
<entry><link linkend="ref.pgsql">PostgreSQL</link></entry>
588+
</row>
594589
<row>
595590
<entry>pos</entry>
596591
<entry><function>current</function></entry>

language/predefined/versions.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103

104104
<function name="closedgeneratorexception" from="PHP 5 &gt;= 5.5.0, PHP 7, PHP 8"/>
105105

106-
<function name="requstparsebodyexception" from="PHP 8 &gt;= 8.4.0"/>
107-
108106
<function name="fiber" from="PHP 8 &gt;= 8.1.0"/>
109107
<function name="fiber::__construct" from="PHP 8 &gt;= 8.1.0"/>
110108
<function name="fiber::start" from="PHP 8 &gt;= 8.1.0"/>

reference/apcu/versions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<function name='apcu_inc' from='PECL apcu &gt;= 4.0.0'/>
1818
<function name='apcu_sma_info' from='PECL apcu &gt;= 4.0.0'/>
1919
<function name='apcu_store' from='PECL apcu &gt;= 4.0.0'/>
20+
<function name='apcu_key_info' from='PECL apcu &gt;= 4.0.2'/>
2021

2122
<function name='APCUIterator' from='PECL apcu &gt;= 5.0.0'/>
2223
<function name='APCUIterator::__construct' from='PECL apcu &gt;= 5.0.0'/>

reference/dom/versions.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<function name="domdocument::prepend" from="PHP 8"/>
5959
<function name="domdocument::relaxngvalidate" from="PHP 5, PHP 7, PHP 8"/>
6060
<function name="domdocument::relaxngvalidatesource" from="PHP 5, PHP 7, PHP 8"/>
61-
<function name="domdocument::renamenode" from="PHP 5, PHP 7"/>
6261
<function name="domdocument::replacechildren" from="PHP 8 &gt;= 8.3.0"/>
6362
<function name="domdocument::save" from="PHP 5, PHP 7, PHP 8"/>
6463
<function name="domdocument::savehtml" from="PHP 5, PHP 7, PHP 8"/>
@@ -121,22 +120,14 @@
121120
<function name="domimplementation::__construct" from="PHP 5, PHP 7"/>
122121
<function name="domimplementation::createdocument" from="PHP 5, PHP 7, PHP 8"/>
123122
<function name="domimplementation::createdocumenttype" from="PHP 5, PHP 7, PHP 8"/>
124-
<function name="domimplementation::getfeature" from="PHP 5, PHP 7, PHP 8"/>
125123
<function name="domimplementation::hasfeature" from="PHP 5, PHP 7, PHP 8"/>
126-
<function name="domimplementation::listitem" from="PHP 5, PHP 7"/>
127-
<function name="domimplementation::source_get_domimplementation" from="PHP 5, PHP 7"/>
128-
<function name="domimplementation::source_get_domimplementations" from="PHP 5, PHP 7"/>
129124

130125
<function name="domnamednodemap" from="PHP 5, PHP 7, PHP 8"/>
131126
<function name="domnamednodemap::count" from="PHP 7 &gt;= 7.2.0, PHP 8"/>
132127
<function name="domnamednodemap::getiterator" from="PHP 8"/>
133128
<function name="domnamednodemap::getnameditem" from="PHP 5, PHP 7, PHP 8"/>
134129
<function name="domnamednodemap::getnameditemns" from="PHP 5, PHP 7, PHP 8"/>
135130
<function name="domnamednodemap::item" from="PHP 5, PHP 7, PHP 8"/>
136-
<function name="domnamednodemap::removenameditem" from="PHP 5, PHP 7"/>
137-
<function name="domnamednodemap::removenameditemns" from="PHP 5, PHP 7"/>
138-
<function name="domnamednodemap::setnameditem" from="PHP 5, PHP 7"/>
139-
<function name="domnamednodemap::setnameditemns" from="PHP 5, PHP 7"/>
140131

141132
<function name="domnamespacenode" from="PHP 5, PHP 7, PHP 8"/>
142133
<function name="domnamespacenode::__sleep" from="PHP 8 &gt;= 8.1.25"/>
@@ -149,10 +140,8 @@
149140
<function name="domnode::clonenode" from="PHP 5, PHP 7, PHP 8"/>
150141
<function name="domnode::comparedocumentposition" from="PHP 8 &gt;= 8.4.0"/>
151142
<function name="domnode::contains" from="PHP 8 &gt;= 8.3.0"/>
152-
<function name="domnode::getfeature" from="PHP 5, PHP 7"/>
153143
<function name="domnode::getlineno" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8"/>
154144
<function name="domnode::getnodepath" from="PHP 5 &gt;= 5.2.0, PHP 7, PHP 8"/>
155-
<function name="domnode::getuserdata" from="PHP 5, PHP 7"/>
156145
<function name="domnode::getrootnode" from="PHP 8 &gt;= 8.3.0"/>
157146
<function name="domnode::hasattributes" from="PHP 5, PHP 7, PHP 8"/>
158147
<function name="domnode::haschildnodes" from="PHP 5, PHP 7, PHP 8"/>
@@ -166,7 +155,6 @@
166155
<function name="domnode::normalize" from="PHP 5, PHP 7, PHP 8"/>
167156
<function name="domnode::removechild" from="PHP 5, PHP 7, PHP 8"/>
168157
<function name="domnode::replacechild" from="PHP 5, PHP 7, PHP 8"/>
169-
<function name="domnode::setuserdata" from="PHP 5, PHP 7"/>
170158
<function name="domnode::__sleep" from="PHP 8 &gt;= 8.1.25"/>
171159
<function name="domnode::__wakeup" from="PHP 8 PHP 8 &gt;= 8.1.25"/>
172160

@@ -188,7 +176,7 @@
188176
<function name="domtext" from="PHP 5, PHP 7, PHP 8"/>
189177
<function name="domtext::__construct" from="PHP 5, PHP 7, PHP 8"/>
190178
<function name="domtext::iswhitespaceinelementcontent" from="PHP 5, PHP 7, PHP 8"/>
191-
<function name="domtext::replacewholetext" from="PHP 5, PHP 7"/>
179+
<function name="domtext::iselementcontentwhitespace" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8"/>
192180
<function name="domtext::splittext" from="PHP 5, PHP 7, PHP 8"/>
193181

194182
<function name="domxpath" from="PHP 5, PHP 7, PHP 8"/>

reference/imap/versions.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@
3939
<function name="imap_last_error" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
4040
<function name="imap_list" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
4141
<function name="imap_listscan" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
42-
<function name="imap_list_full" from="PHP 5, PHP 7"/>
4342
<function name="imap_listmailbox" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
4443
<function name="imap_listsubscribed" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
4544
<function name="imap_lsub" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
46-
<function name="imap_lsub_full" from="PHP 5, PHP 7"/>
4745
<function name="imap_mail" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
4846
<function name="imap_mail_compose" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
4947
<function name="imap_mail_copy" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
@@ -56,7 +54,6 @@
5654
<function name="imap_num_recent" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
5755
<function name="imap_open" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
5856
<function name="imap_ping" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
59-
<function name="imap_popen" from="PHP 5, PHP 7"/>
6057
<function name="imap_qprint" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
6158
<function name="imap_rename" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
6259
<function name="imap_renamemailbox" from="PHP 4, PHP 5, PHP 7, PHP 8"/>

reference/openssl/versions.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
<function name="openssl_x509_read" from="PHP 4 &gt;= 4.0.6, PHP 5, PHP 7, PHP 8"/>
6969
<function name="openssl_x509_fingerprint" from="PHP 5 &gt;= 5.6.0, PHP 7, PHP 8"/>
7070
<function name="openssl_x509_verify" from="PHP 7 &gt;= 7.4.0, PHP 8"/>
71+
<function name="openssl_password_hash" from="PHP 8 &gt;= 8.4.0"/>
72+
<function name="openssl_password_verify" from="PHP 8 &gt;= 8.4.0"/>
7173

7274
<function name="opensslcertificate" from="PHP 8"/>
7375
<function name="opensslcertificatesigningrequest" from="PHP 8"/>

reference/pdo/versions.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<versions>
1010
<function name="pdo" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
1111
<function name="pdo::__construct" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
12-
<function name="pdo::__sleep" from="PHP 5 &gt;= 5.1.0, PHP 7, PECL pdo &gt;= 1.0.0"/>
13-
<function name="pdo::__wakeup" from="PHP 5 &gt;= 5.1.0, PHP 7, PECL pdo &gt;= 1.0.0"/>
1412
<function name="pdo::begintransaction" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
1513
<function name="pdo::commit" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
1614
<function name="pdo::connect" from="PHP 8 &gt;= 8.4.0"/>
@@ -42,16 +40,9 @@
4240

4341
<function name="pdo_drivers" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.9.0"/>
4442

45-
<function name="pdo_user" from="PECL pdo_user &gt;= 0.2.0"/>
46-
<function name="pdo_user::parsesql" from="PECL pdo_user &gt;= 0.2.0"/>
47-
<function name="pdo_user::tokenizesql" from="PECL pdo_user &gt;= 0.2.0"/>
48-
<function name="pdo_user::tokenname" from="PECL pdo_user &gt;= 0.2.0"/>
49-
5043
<function name="pdorow" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 1.0.0"/>
5144

5245
<function name="pdostatement" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 1.0.0"/>
53-
<function name="pdostatement::__sleep" from="PHP 5 &gt;= 5.1.0, PHP 7, PECL pdo &gt;= 1.0.0"/>
54-
<function name="pdostatement::__wakeup" from="PHP 5 &gt;= 5.1.0, PHP 7, PECL pdo &gt;= 1.0.0"/>
5546
<function name="pdostatement::bindcolumn" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
5647
<function name="pdostatement::bindparam" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
5748
<function name="pdostatement::bindvalue" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 1.0.0"/>
@@ -65,7 +56,6 @@
6556
<function name="pdostatement::fetchall" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.1.0"/>
6657
<function name="pdostatement::fetchcolumn" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.9.0"/>
6758
<function name="pdostatement::fetchobject" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.2.4"/>
68-
<function name="pdostatement::fetchsingle" from="PECL pdo 0.1-0.3"/>
6959
<function name="pdostatement::getattribute" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.2.0"/>
7060
<function name="pdostatement::getcolumnmeta" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8, PECL pdo &gt;= 0.2.0"/>
7161
<function name="pdostatement::getiterator" from="PHP 8"/>

reference/phar/versions.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
<function name="phar::compress" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
2020
<function name="phar::compressfiles" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
2121
<function name="phar::converttodata" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
22-
<function name="phar::converttotar" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL phar &gt;= 2.0.0"/>
23-
<function name="phar::converttozip" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL phar &gt;= 2.0.0"/>
24-
<function name="phar::converttophar" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL phar &gt;= 2.0.0"/>
2522
<function name="phar::converttoexecutable" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
2623
<function name="phar::copy" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
2724
<function name="phar::count" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 1.0.0"/>
@@ -43,9 +40,6 @@
4340
<function name="phar::hasmetadata" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 1.2.0"/>
4441
<function name="phar::interceptfilefuncs" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
4542
<function name="phar::iscompressed" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
46-
<function name="phar::isphar" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL phar &gt;= 2.0.0"/>
47-
<function name="phar::istar" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL phar &gt;= 2.0.0"/>
48-
<function name="phar::iszip" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL phar &gt;= 2.0.0"/>
4943
<function name="phar::isfileformat" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
5044
<function name="phar::iswritable" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 2.0.0"/>
5145
<function name="phar::isbuffering" from="PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 1.0.0"/>

reference/reflection/versions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
<function name="reflectiongenerator::isclosed" from="PHP 8 &gt;= 8.4.0"/>
422422

423423
<function name="reflectionreference" from="PHP 7 &gt;= 7.4.0, PHP 8"/>
424+
<function name="reflectionreference::__construct" from="PHP 7 &gt;= 7.4.0, PHP 8"/>
424425
<function name="reflectionreference::fromarrayelement" from="PHP 7 &gt;= 7.4.0, PHP 8"/>
425426
<function name="reflectionreference::getid" from="PHP 7 &gt;= 7.4.0, PHP 8"/>
426427

reference/simplexml/versions.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,23 @@
2424
<function name="simplexmlelement::savexml" from="PHP 5 &gt;= 5.2.0, PHP 7, PHP 8"/>
2525
<function name="simplexmlelement::xpath" from="PHP 5, PHP 7, PHP 8"/>
2626

27-
<function name="simplexmlelement" from="PHP 8"/>
27+
<function name="simplexmliterator" from="PHP 5, PHP 7, PHP 8"/>
28+
2829
<function name="simplexmlelement::count" from="PHP 8"/>
2930
<function name="simplexmlelement::current" from="PHP 8"/>
3031
<function name="simplexmlelement::getchildren" from="PHP 8"/>
3132
<function name="simplexmlelement::haschildren" from="PHP 8"/>
3233
<function name="simplexmlelement::key" from="PHP 8"/>
3334
<function name="simplexmlelement::next" from="PHP 8"/>
3435
<function name="simplexmlelement::rewind" from="PHP 8"/>
35-
<function name="simplexmlelement::valid" from="PHP 8"/>
36+
<function name="simplexmliterator::count" from="PHP 8"/>
37+
<function name="simplexmliterator::current" from="PHP 8"/>
38+
<function name="simplexmliterator::getchildren" from="PHP 8"/>
39+
<function name="simplexmliterator::haschildren" from="PHP 8"/>
40+
<function name="simplexmliterator::key" from="PHP 8"/>
41+
<function name="simplexmliterator::next" from="PHP 8"/>
42+
<function name="simplexmliterator::rewind" from="PHP 8"/>
43+
<function name="simplexmliterator::valid" from="PHP 8"/>
3644
</versions>
3745
<!-- Keep this comment at the end of the file
3846
Local variables:

0 commit comments

Comments
 (0)