php-memcache 3.0.8-3 source package in Ubuntu

Changelog

php-memcache (3.0.8-3) unstable; urgency=low


  * Correct changelog
  * Fix lintian error: vcs-field-not-canonical
  * Add --with php5 to fix lintian W: missing-pkg-php-tools-addon
  * Add dh-php5 deps
  * Add Breaks: header to debian/control

 -- Sergey B Kirpichev <email address hidden>  Thu, 07 Nov 2013 17:00:22 +0400

Upload details

Uploaded by:
Sergey B Kirpichev
Uploaded to:
Sid
Original maintainer:
Sergey B Kirpichev
Architectures:
any
Section:
php
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
php-memcache_3.0.8-3.dsc 1.9 KiB 9c9369da9f8e584ea26d01dc925b79341c166831e87529d460db227b887cf5e9
php-memcache_3.0.8.orig.tar.gz 68.9 KiB 2cae5b423ffbfd33a259829849f6000d4db018debe3e29ecf3056f06642e8311
php-memcache_3.0.8-3.debian.tar.gz 5.3 KiB 5c48619c74d25f020d3c11a2b2bb9509aa1ebb4d8396903f275ff998b5f5889b

Available diffs

No changes file available.

Binary packages built by this source

php5-memcache: memcache extension module for PHP5

 Memcached is a caching daemon designed especially for dynamic web applications
 to decrease database load by storing objects in memory.
 .
 This extension allows you to work with memcached through handy OO and
 procedural interfaces in your php5 applications.