php-symfony-polyfill 1.27.0-2 source package in Ubuntu

Changelog

php-symfony-polyfill (1.27.0-2) unstable; urgency=medium

  * Drop (data) tests failing with PHP 8.2 (Closes: #1028861)
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Sat, 14 Jan 2023 19:45:38 +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-symfony-polyfill_1.27.0-2.dsc 3.7 KiB e13ee2b9da57a4ef14ce0b1f23cffaf4b77ff1637cf350538b07a3e97557e1bd
php-symfony-polyfill_1.27.0.orig.tar.gz 1.1 MiB 0d2ea55ea22e6805c4ac27a036f57f3e44476e090011280368a53bcc9b866799
php-symfony-polyfill_1.27.0-2.debian.tar.xz 11.0 KiB 4641c5b0ca558c833d002394338e227a9d22a16e69a1fd422c7f68006218f205

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
  * mb_ord
  * mb_chr
  * mb_scrub
 .
 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
  * PhpToken class
  * 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-php82: Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions

 This component provides features added to PHP 8.2 core:
 .
  * AllowDynamicProperties
  * SensitiveParameter
  * SensitiveParameterValue
  * Random\Engine
  * Random\Engine\CryptoSafeEngine
  * Random\Engine\Secure

php-symfony-polyfill-php83: Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions

 This component provides features added to PHP 8.3 core:
 .
 - json_validate

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.