php-pear 1:1.10.1+submodules+notgz-4 source package in Ubuntu

Changelog

php-pear (1:1.10.1+submodules+notgz-4) unstable; urgency=medium

  * pecl command needs to run without -n to pickup default PHP cli
    configuration, so XML module gets loaded
  * php-pear needs to pull XML extension as packaged in php-xml both into
    Depends and Build-Depends

 -- Ondřej Surý <email address hidden>  Thu, 03 Mar 2016 11:17:21 +0100

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-pear_1.10.1+submodules+notgz-4.dsc 2.1 KiB d7e3389e8b12888b1890f4d44ba6460392c37330bb29bbe9467df751f3c6f9ac
php-pear_1.10.1+submodules+notgz.orig.tar.gz 2.1 MiB a9ec24292beb2a8caf1b42c0ed801d0105afc63c7dcc57449f12e54caecc815c
php-pear_1.10.1+submodules+notgz-4.debian.tar.xz 4.6 KiB 98af6a4e7a839340d4a21402b8dbbb27f1e26d8bea1f5f81618c7013f5704a27

No changes file available.

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