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

Changelog

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

  [ Ion Bazan ]
  * Use static data providers
  * [PHP 8.3] Add `#[\Override]` attribute
  * [PHP 8.3] Polyfill mb_str_pad()
  * [PHP 8.3] Polyfill new non-overloaded variants of functions

  [ Ayesh Karunaratne ]
  * [PHP 8.1] Add `CURLStringFile` polyfill
  * [PHP 8.3] Add Exception/Error classes for `Date/Time` extension

  [ Nicolas Grekas ]
  * Update CHANGELOG

  [ Jérémy Romey ]
  * add mb_check_encoding with array value

  [ Michael Babker ]
  * Update return type for `IntlDateFormatter::format()`

  [ Alexander M. Turek ]
  * Add odbc_connection_string_*() functions

  [ Alexandre Daubois ]
  * Add case folding map

  [ Greg Roach ]
  * Add polyfill for ini_parse_quantity based on the C code in PHP

  [ David Prévot ]
  * Update packages description

 -- David Prévot <email address hidden>  Sun, 03 Sep 2023 02:38:57 +0530

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-polyfill_1.28.0-1.dsc 3.7 KiB 0fa97bc2b1e2e8ad2bfeb6795216a2b36be4826fa6f29d75efc56d03aa12cf35
php-symfony-polyfill_1.28.0.orig.tar.gz 1.2 MiB f8a38da7eae186bd567faa6a79732a7e529b017c02887fe75c3d3892f88beaf2
php-symfony-polyfill_1.28.0-1.debian.tar.xz 11.4 KiB 546b562d7abda03de7587cd6e91aa3562654c29652cdf6e66112dc488670867d

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
  * CURLStringFile

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
  * odbc_connection_string_is_quoted()
  * odbc_connection_string_should_quote()
  * odbc_connection_string_quote()
  * ini_parse_quantity()

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
  * Override
  * mb_str_pad
  * ldap_exop_sync
  * ldap_connect_wallet
  * stream_context_set_options
  * Date*Exception/Error classes

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.