php-pear 1:1.10.5+submodules+notgz-1ubuntu1 source package in Ubuntu

Changelog

php-pear (1:1.10.5+submodules+notgz-1ubuntu1) bionic; urgency=medium

  * debian/patches/php72_count_of_notcountable.patch: PHP7.2 warns when
    count() is called on non-Countable.

 -- Nishanth Aravamudan <email address hidden>  Wed, 14 Feb 2018 10:22:41 -0800

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main php

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-pear_1.10.5+submodules+notgz.orig.tar.gz 2.1 MiB c47dff694bc69768c197d7b965aa6032a4243e40bafb30b400c2d32f959d3be0
php-pear_1.10.5+submodules+notgz-1ubuntu1.debian.tar.xz 6.3 KiB b29ce58f1ba31d56be6d08f32b3ad473d68bed5cd8f18d0d0b39be9148731df3
php-pear_1.10.5+submodules+notgz-1ubuntu1.dsc 1.8 KiB d8a85653bd411a5a07ce8e57185483cbb6ddb269bf8d0adfdaa54fe7332aea3a

View changes file

Binary packages built by this source

php-pear: PEAR Base System

 The PEAR package contains:
  * the PEAR installer, for creating, distributing
 and installing packages
  * the PEAR_Exception PHP error handling mechanism
  * the PEAR_ErrorStack advanced error handling mechanism
  * the PEAR_Error error handling mechanism
  * the OS_Guess class for retrieving info about the OS
 where PHP is running on
  * the System class for quick handling of common operations
 with files and directories
  * the PEAR base class
 Features in a nutshell:
  * full support for channels
  * pre-download dependency validation
  * new package.xml 2.0 format allows tremendous flexibility while maintaining
 BC
  * support for optional dependency groups and limited support for
 sub-packaging
  * robust dependency support
  * full dependency validation on uninstall
  * remote install for hosts with only ftp access - no more problems with
 restricted host installation
  * full support for mirroring
  * support for bundling several packages into a single tarball
  * support for static dependencies on a url-based package
  * support for custom file roles and installation tasks