php-symfony-polyfill 1.2.0-1ubuntu1 source package in Ubuntu

Changelog

php-symfony-polyfill (1.2.0-1ubuntu1) artful; urgency=medium

  * debian/patches/php71_ldap_escape_does_encode_spaces.patch: PHP7.1
    does encode leading/trailing spaces.  Thanks to Nicolas Grekas
    <email address hidden>.
  * debian/patches/php71_mbstring_fixes.patch: Backport PHP7.1 Mbstring
    fixes from upstream.  Thanks to Nicolas Grekas
    <email address hidden>.

 -- Nishanth Aravamudan <email address hidden>  Tue, 02 May 2017 10:32:58 -0700

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-polyfill_1.2.0.orig.tar.gz 897.4 KiB 9f5ef327ea648f37f32bbcb13a1f3e38267449a42f6295acc7bbadc21454ec44
php-symfony-polyfill_1.2.0-1ubuntu1.debian.tar.xz 7.4 KiB f9637e2adaafd575ecc6c63d027157891412124c0defb5ae00b4af5ea3e599a5
php-symfony-polyfill_1.2.0-1ubuntu1.dsc 3.0 KiB 6eae62114d96c3edd5749e52135e97453d3acf9b267fb88aa899a886d28fb8b3

View changes file

Binary packages built by this source

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

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

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

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

php-symfony-polyfill-intl-normalizer: No summary available for php-symfony-polyfill-intl-normalizer in ubuntu artful.

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

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

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

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

No description available for php-symfony-polyfill-php54 in ubuntu artful.

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

No description available for php-symfony-polyfill-php55 in ubuntu artful.

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

No description available for php-symfony-polyfill-xml in ubuntu artful.