Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skeletons/configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- If the extension doesn't need to be installed (built-in extension) use this entity -->
<!-- &no.install; -->
<!-- There are various PECL related entities in language-snippets.ent -->
<!-- There are various PECL related entities in language-snippets.ent / todo: decide PECL removal -->
<simpara>
To enable extname support, configure PHP with
<option role="configure">theconfigoption</option>
Expand Down
6 changes: 3 additions & 3 deletions skeletons/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<versions>
<function name='foo' from='PHP 7 &gt;= 7.4.0, PHP 8'/>
<function name='bar' from='PHP 8'/>
<function name='baz' from='PECL extname &gt;= 0.4'/>
<function name='quz' from='PECL extname 0.1-0.3' removed="PECL extname 0.3"/>
<function name='classname::methodname' from='PECL extname &gt;= 1.1'/>
<function name='baz' from='PECL extname &gt;= 0.4'/><!-- / todo: decide PECL removal -->
<function name='quz' from='PECL extname 0.1-0.3' removed="PECL extname 0.3"/><!-- / todo: decide PECL removal -->
<function name='classname::methodname' from='PECL extname &gt;= 1.1'/><!-- / todo: decide PECL removal -->
</versions>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down
Loading