php-symfony-polyfill 1.24.0-1ubuntu2 source package in Ubuntu

Changelog

php-symfony-polyfill (1.24.0-1ubuntu2) jammy; urgency=medium

  * d/patches: libicu70 and PHP 8.1 adjustments. (LP: #1964709)
    - Drop Ubuntu patch to allow PHP 8.1 symfony support.
    - d/p/0002-Fix-QQQQQ-date-format.patch: add support to libicu70.

 -- Athos Ribeiro <email address hidden>  Thu, 10 Mar 2022 22:17:19 -0300

Upload details

Uploaded by:
Athos Ribeiro
Sponsored by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-polyfill_1.24.0.orig.tar.gz 1.1 MiB 5f8dfd8bde36fbb3157518074760db21c7929df1c15e1d98f472ce8b51e1c3ab
php-symfony-polyfill_1.24.0-1ubuntu2.debian.tar.xz 9.6 KiB 9710fd8587554ef6d53d25bba5c0172bc048632f502ce9ae19beac914bf4dead
php-symfony-polyfill_1.24.0-1ubuntu2.dsc 3.7 KiB d66b31fc2e69a6ec143437eefcac5e8b844c8560a60085997d9a40baed2250c1

View changes file

Binary packages built by this source

php-symfony-polyfill: No summary available for php-symfony-polyfill in ubuntu kinetic.

No description available for php-symfony-polyfill in ubuntu kinetic.

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: No summary available for php-symfony-polyfill-ctype in ubuntu kinetic.

No description available for php-symfony-polyfill-ctype in ubuntu kinetic.

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: No summary available for php-symfony-polyfill-intl-normalizer in ubuntu kinetic.

No description available for php-symfony-polyfill-intl-normalizer in ubuntu kinetic.

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: No summary available for php-symfony-polyfill-php72 in ubuntu kinetic.

No description available for php-symfony-polyfill-php72 in ubuntu kinetic.

php-symfony-polyfill-php73: No summary available for php-symfony-polyfill-php73 in ubuntu kinetic.

No description available for php-symfony-polyfill-php73 in ubuntu kinetic.

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: No summary available for php-symfony-polyfill-uuid in ubuntu kinetic.

No description available for php-symfony-polyfill-uuid in ubuntu kinetic.

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.