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

Changelog

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

  * Move to namespaced phpunit versions (Closes: 882930)

 -- David Prévot <email address hidden>  Fri, 01 Dec 2017 17:30:05 -1000

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-polyfill_1.6.0-2.dsc 3.1 KiB d7ceb360e650acac5b698558b91d6f780a7887c6bcf1a0c31ea3efeb52cf3097
php-symfony-polyfill_1.6.0.orig.tar.gz 901.0 KiB c722b84a9fe8a7b406e5b9635d0f15f276cac97fe89c2329e648257915441ae9
php-symfony-polyfill_1.6.0-2.debian.tar.xz 8.2 KiB 3299d7df8ca580b0f5b1044510edac27af0eb2f2fda87b3623ec56bc47ca572f

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

No description available for php-symfony-polyfill-intl-grapheme in ubuntu cosmic.

php-symfony-polyfill-intl-icu: No summary available for php-symfony-polyfill-intl-icu in ubuntu cosmic.

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

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-php54: Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions

 This component provides functions unavailable in releases prior to PHP 5.4:
 .
  * trait_exists
  * class_uses
  * hex2bin
  * session_register_shutdown
 .
 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-php55: Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions

 This component provides functions unavailable in releases prior to PHP 5.5:
 .
  * boolval
  * json_last_error_msg
  * array_column
  * hash_pbkdf2
 .
 The password_* functions are not actually provided until the
 php-password-compat package becomes 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-php56: Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions

 This component provides functions unavailable in releases prior to PHP 5.6:
 .
  * hash_equals
  * ldap_escape
 .
 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-php70: Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions

 This component provides features unavailable in releases prior to PHP 7.0:
 .
  * intdiv
  * preg_replace_callback_array
  * error_clear_last
  * random_bytes and random_int (via php-random-compat)
  * *Error throwable classes
 .
 Compatibility notes:
 .
 To write portable code between PHP5 and PHP7, some care must be taken:
  * `\*Error` exceptions must be caught before `\Exception`;
  * after calling `error_clear_last()`, the result of
    `$e = error_get_last()` must be verified using
    `isset($e['message'][0])` instead of `null === $e`.
 .
 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-php71: No summary available for php-symfony-polyfill-php71 in ubuntu cosmic.

No description available for php-symfony-polyfill-php71 in ubuntu cosmic.

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

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

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