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

Changelog

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

  [ Jérôme Tamarelle ]
  *  Add nullable to Preg::replaceCallbackStrictGroups (#22)

 -- David Prévot <email address hidden>  Tue, 28 May 2024 07:58:58 +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 Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-pcre_3.1.4-1.dsc 1.8 KiB dc9d27048ef4dddc6cadd70c9b485c364ab324947c3867925cac4426334de8bc
php-composer-pcre_3.1.4.orig.tar.xz 12.1 KiB febdd84de01cbb4cdb4d854169b114b8793d6a19f8d33e855cef7e3ccddaa219
php-composer-pcre_3.1.4-1.debian.tar.xz 4.5 KiB 7fe1a8ad83533c42fe7620d580b7af7b8cd1bc941357c3e87cd940ccfe25b991

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.