php-composer-pcre 3.1.1-1 source package in Ubuntu
Changelog
php-composer-pcre (3.1.1-1) unstable; urgency=medium [ Markus Staab ] * CI: test on PHP 8.2/8.3 (#17) [ rarila ] * Fix bug in PHPdoc (#18) [ David Prévot ] * Update standards version to 4.6.2, no changes needed. -- David Prévot <email address hidden> Thu, 12 Oct 2023 08:17:08 +0200
Upload details
- Uploaded by:
- Debian PHP PEAR Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PEAR Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-composer-pcre_3.1.1-1.dsc | 1.8 KiB | e0085ef67552a62087cb7732c70d7a811322e675a9b848890ade6ecde809a7a7 |
php-composer-pcre_3.1.1.orig.tar.xz | 12.0 KiB | 40a3d914359101c61a2b1fd8b07b2ad4a0e303b9e1f52645ac5c4678847bcfc8 |
php-composer-pcre_3.1.1-1.debian.tar.xz | 3.1 KiB | 1a563e48bc2fffc9713130ccd0abb678895da3d8e30275172aee70817b4bc904 |
Available diffs
- diff from 3.1.0-1 to 3.1.1-1 (987 bytes)
No changes file available.
Binary packages built by this source
- php-composer-pcre: PCRE wrapping library that offers type-safe preg_* replacements
This library gives you a way to ensure `preg_*` functions do not fail
silently, returning unexpected `null`s that may not be handled.
.
It also makes it easier to work with static analysis tools like PHPStan
or Psalm as it simplifies and reduces the possible return values from
all the `preg_*` functions which are quite packed with edge cases.
.
This library is a thin wrapper around `preg_*` functions with some
limitations. If you are looking for a richer API to handle regular
expressions have a look at rawr/t-regx instead.
.
Composer helps you declare, manage and install dependencies of PHP projects,
ensuring you have the right stack everywhere.