File: control

package info (click to toggle)
php-memcache 2.0.1-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 112 kB
  • ctags: 5
  • sloc: sh: 50; makefile: 26
file content (30 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download
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/