File: control

package info (click to toggle)
php-apc 3.1.13-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,208 kB
  • sloc: ansic: 10,815; php: 1,023; xml: 981; makefile: 75; sh: 44; pascal: 32
file content (19 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: php-apc
Section: php
Priority: optional
Maintainer: Pietro Monteiro <pietro@riseup.net>
Uploaders: Lior Kaplan <kaplan@debian.org>
Build-Depends: debhelper (>= 5), php5-dev, libpcre3-dev
Standards-Version: 3.9.3
Homepage: http://pecl.php.net/package/APC

Package: php-apc
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
Suggests: php5-gd
Conflicts: php5-xcache
Description: APC (Alternative PHP Cache) module for PHP 5
 The Alternative PHP Cache, also known as APC, is a free, open, and robust
 framework for caching and optimizing PHP intermediate code. APC is a fast
 solution for caching PHP code locally, it is not distributed like MemcacheD,
 but they can be used together for optimal caching.