Skip to content

Commit 38f08a0

Browse files
committed
[skip-revcheck] added PECL todos for PR discussion
1 parent 9b972d4 commit 38f08a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

skeletons/configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- If the extension doesn't need to be installed (built-in extension) use this entity -->
66
<!-- &no.install; -->
7-
<!-- There are various PECL related entities in language-snippets.ent -->
7+
<!-- There are various PECL related entities in language-snippets.ent / todo: decide PECL removal -->
88
<simpara>
99
To enable extname support, configure PHP with
1010
<option role="configure">theconfigoption</option>

skeletons/versions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<versions>
66
<function name='foo' from='PHP 7 &gt;= 7.4.0, PHP 8'/>
77
<function name='bar' from='PHP 8'/>
8-
<function name='baz' from='PECL extname &gt;= 0.4'/>
9-
<function name='quz' from='PECL extname 0.1-0.3' removed="PECL extname 0.3"/>
10-
<function name='classname::methodname' from='PECL extname &gt;= 1.1'/>
8+
<function name='baz' from='PECL extname &gt;= 0.4'/><!-- / todo: decide PECL removal -->
9+
<function name='quz' from='PECL extname 0.1-0.3' removed="PECL extname 0.3"/><!-- / todo: decide PECL removal -->
10+
<function name='classname::methodname' from='PECL extname &gt;= 1.1'/><!-- / todo: decide PECL removal -->
1111
</versions>
1212
<!-- Keep this comment at the end of the file
1313
Local variables:

0 commit comments

Comments
 (0)