php-symfony-polyfill 1.23.1-1 source package in Ubuntu

Changelog

php-symfony-polyfill (1.23.1-1) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released

  [ Nicolas Grekas ]
  * Fixed `grapheme_str(r)ipos()`

  [ Alexander M. Turek ]
  * Allow null in str_*() functions

  [ David Prévot ]
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Generate phpabtpl at build time
  * Update standards version to 4.6.0, no changes needed

 -- David Prévot <email address hidden>  Thu, 07 Oct 2021 16:31:59 -0400

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-polyfill_1.23.1-1.dsc 3.5 KiB 504b64a3ddc8d44ed4d2cdf2f3f310763837a08ce8662f37cf4b7e4e6a6c9b53
php-symfony-polyfill_1.23.1.orig.tar.gz 1.1 MiB ae146bdb61e69cad7f4a03e058f7d256ed6dd61fee27b05ad4e3dc65cbbb21bf
php-symfony-polyfill_1.23.1-1.debian.tar.xz 8.6 KiB 93c4f46f30ce294e2a7629707f9a1106b5e9286580086cb42a225b937a57ba01

Available diffs

No changes file available.

Binary packages built by this source

php-symfony-polyfill: Symfony polyfills backporting features to lower PHP versions

 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-apcu: Symfony polyfill backporting apcu_* functions to lower PHP versions

 This component provides `apcu_*` functions and the `APCUIterator` class to
 users of the legacy APC extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-ctype: Symfony polyfill for ctype functions

 This component provides `ctype_*` functions to users who run php versions
 without the ctype extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-iconv: Symfony polyfill for the Iconv extension

 This component provides a native PHP implementation of the iconv functions
 (short of `ob_iconv_handler`).
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-intl-grapheme: Symfony polyfill for intl's grapheme_* functions

 This component provides a partial, native PHP implementation of the Grapheme
 functions from the Intl extension.
 .
  * grapheme_extract: Extract a sequence of grapheme clusters from a
    text buffer, which must be encoded in UTF-8
  * grapheme_stripos: Find position (in grapheme units) of first
    occurrence of a case-insensitive string
  * grapheme_stristr: Returns part of haystack string from the first
    occurrence of case-insensitive needle to the end of haystack
  * grapheme_strlen: Get string length in grapheme units
  * grapheme_strpos: Find position (in grapheme units) of first
    occurrence of a string
  * grapheme_strripos: Find position (in grapheme units) of last
    occurrence of a case-insensitive string
  * grapheme_strrpos: Find position (in grapheme units) of last
    occurrence of a string
  * grapheme_strstr: Returns part of haystack string from the first
    occurrence of needle to the end of haystack
  * grapheme_substr: Return part of a string
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-intl-icu: Symfony polyfill for intl's ICU-related data and classes

 This component provides fallback implementations when the Intl extension is
 not installed. It is limited to the "en" locale and to:
 .
  * intl_is_failure()
  * intl_get_error_code()
  * intl_get_error_message()
  * intl_error_name()
  * Collator
  * NumberFormatter
  * Locale
  * IntlDateFormatter
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-intl-idn: Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions

 This component provides a idn_to_ascii and idn_to_utf8 functions to users who
 run PHP versions without the Intl extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-intl-messageformatter: Symfony polyfill for intl's MessageFormatter class and related functions

 This component provides a fallback implementation for the MessageFormatter
 class provided by the Intl extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-intl-normalizer: Symfony polyfill for intl's Normalizer class and related functions

 This component provides a fallback implementation for the Normalizer class
 provided by the Intl extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-mbstring: Symfony polyfill for the Mbstring extension

 This component provides a partial, native PHP implementation for the
 Mbstring extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-php72: Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions

 This component provides functions unavailable in releases prior to PHP 7.2:
 .
  * is_iterable
  * stream_isatty
  * utf8_encode
  * utf8_decode
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-php73: Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions

 This component provides functions unavailable in releases prior to PHP 7.3:
 .
  * array_key_first
  * array_key_last
  * hrtime
  * is_countable
  * JsonException
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-php74: Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions

 This component provides functions unavailable in releases prior to PHP 7.4:
 .
  * get_mangled_object_vars
  * mb_str_split
  * password_algos
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-php80: Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions

 This component provides features added to PHP 8.0 core:
 .
  * Stringable interface
  * fdiv
  * ValueError class
  * UnhandledMatchError class
  * FILTER_VALIDATE_BOOL constant
  * get_debug_type
  * preg_last_error_msg
  * str_contains
  * str_starts_with
  * str_ends_with
  * get_resource_id
  * Attribute class
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-php81: Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions

 This component provides features added to PHP 8.1 core:
 .
  * array_is_list
  * MYSQLI_REFRESH_REPLICA constant
  * ReturnTypeWillChange attribute

php-symfony-polyfill-util: Symfony utilities for portability of PHP codes

 This component provides binary-safe string functions, using the mbstring
 extension when available.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-uuid: Symfony polyfill for uuid functions

 This component provides `uuid_*` functions to users who run PHP versions
 without the uuid extension.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-polyfill-xml: Symfony polyfill for xml's utf8_encode and utf8_decode functions

 Deprecated polyfill, for backward compatibility only.
 .
 The Symfony Polyfill project backports features found in the latest PHP
 versions and provides compatibility layers for some extensions and functions.
 It is intended to be used when portability across PHP versions and extensions
 is desired.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.