php-composer-pcre 3.1.0-1 source package in Ubuntu

Changelog

php-composer-pcre (3.1.0-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Add matchStrictGroups and other strict group operations to avoid nullable
    matches (#14)
  * Also add replaceCallbackStrictGroups as 3.x can rely on
    PREG_UNMATCHED_AS_NULL for preg_replace_callback (#15)

 -- David Prévot <email address hidden>  Mon, 21 Nov 2022 20:13:56 +0100

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 Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-pcre_3.1.0-1.dsc 2.1 KiB 6a130bd315e18e797ed336dc27ec0dd6fd542cc0d42fb990801727b77f72fad6
php-composer-pcre_3.1.0.orig.tar.xz 12.0 KiB a8e4067cb3d1536de1b96658c8b1433b422019b40224b945ea9c011415e9b4d5
php-composer-pcre_3.1.0-1.debian.tar.xz 3.0 KiB 691b028a13194fa8fe3d9b5b40a651f528eae636ddf962ed78ae7180d2cfa482

Available diffs

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.