Skip to content

Commit

Permalink
Unify PHP PEAR and PECL
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Apr 12, 2024
1 parent f064274 commit e2eb71b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -471,16 +471,17 @@ including container images built by Docker and others:
pkg:oci/static@sha256%3A244fd47e07d10?repository_url=gcr.io/distroless/static&tag=latest
pkg:oci/hello-wasm@sha256%3A244fd47e07d10?tag=v1

pecl
pear
----
``pecl`` for PECL PHP packages:
``pear`` for PEAR and PECL PHP packages:

- The default repository is ``https://pecl.php.net/``.
- The ``namespace`` is empty.
- The default repository for PEAR is ``https://pear.php.net``. The default repository fo PECL is ``https://pecl.php.net/``.
- The ``namespace`` is the channel of the package.
- The ``name`` is not case sensitive
- Examples:

pkg:pecl/[email protected]
pkg:/pear/pear.php.net/[email protected]
pkg:/pear/pecl.php.net/[email protected]

pub
----
Expand Down Expand Up @@ -599,7 +600,6 @@ Other candidate types to define:
- ``openwrt`` for OpenWRT packages:
- ``osgi`` for OSGi bundle packages:
- ``p2`` for Eclipse p2 packages:
- ``pear`` for Pear PHP packages:
- ``perl6`` for Perl 6 module packages:
- ``platformio`` for PlatformIO packages:
- ``ebuild`` for Gentoo Linux portage packages:
Expand Down

0 comments on commit e2eb71b

Please sign in to comment.