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

Changelog

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

  [ Nicolas Grekas ]
  * Always accept null values on PHP 8

  [ David Prévot ]
  * gbp.conf: Fix upstream-vcs-tag

 -- David Prévot <email address hidden>  Tue, 16 Feb 2021 13:52:24 -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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-polyfill_1.22.1-1.dsc 3.4 KiB bb5bdc09eebfabf3dd2c96e0fc556730ce52444e2f2b8a211d6db386ba31834f
php-symfony-polyfill_1.22.1.orig.tar.gz 1.1 MiB 8c1d307447e8492425a5dcb6066316b1b6ee7a101a9df094f526e1a44781843e
php-symfony-polyfill_1.22.1-1.debian.tar.xz 8.0 KiB 94d862613479046c91ced0ffeaeb966df1b915b1194bd73b6b1a18ad82eab6a6

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

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

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

No description available for php-symfony-polyfill-iconv in ubuntu hirsute.

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

No description available for php-symfony-polyfill-intl-icu in ubuntu impish.

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 impish.

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

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

No description available for php-symfony-polyfill-mbstring in ubuntu impish.

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

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

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 impish.

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

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.