php-xml-rpc2 1.1.1-1 source package in Ubuntu

Changelog

php-xml-rpc2 (1.1.1-1) unstable; urgency=low

  * New upstream release (1.1.1)
  * Dynamic extension loading now done via PEAR::loadExtension method
    (Closes: #638151)
  * debian/control:
    - Bump Standards-Version to 3.9.2 (no changes)
    - Use debhelper >= 8
  * debian/copyright: updated
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:45:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Dario Minnucci
Architectures:
all
Section:
php
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe php

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-xml-rpc2_1.1.1.orig.tar.gz 66.8 KiB 27a3f2c40ae0f11d51e91c130d1120c3e5f083c3deed2c9a3837e52e39b56bfb
php-xml-rpc2_1.1.1-1.debian.tar.gz 1.9 KiB 00562248e3ba33ea9b5b4f557b4ba01ea35a200923975a7fde604556c8951080
php-xml-rpc2_1.1.1-1.dsc 1.8 KiB c76ee6674b295281733388082f31db38b4f94f90b4f304b350691c6f58b80713

Available diffs

View changes file

Binary packages built by this source

php-xml-rpc2: PHP XML-RPC client/server library

 XML_RPC2 is a pear package providing XML_RPC client and server
 services. XML-RPC is a simple remote procedure call protocol built
 using HTTP as transport and XML as encoding. As a client library,
 XML_RPC2 is capable of creating a proxy class which exposes the
 methods exported by the server. As a server library, XML_RPC2
 is capable of exposing methods from a class or object instance,
 seamlessly exporting local methods as remotely callable procedures.