1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: php-memcache
Section: web
Priority: optional
Maintainer: Pierre Habouzit <madcoder@debian.org>
Build-Depends: debhelper (>= 4.1.6), php4-dev (>= 4.3.3), php5-dev, po-debconf, cdbs, zlib1g-dev
Standards-Version: 3.6.2
Package: php4-memcache
Architecture: any
Depends: ${misc:Depends}, ${php4:Depends}
Description: memcache extension module for PHP4
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 php4 applications.
.
documentation on: http://fr.php.net/memcache/
Package: php5-memcache
Architecture: any
Depends: ${misc:Depends}, ${php5:Depends}
Description: 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.
.
documentation on: http://fr.php.net/memcache/
|