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
|
Source: xcache
Section: php
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), php5-dev, php5-cli
Standards-Version: 3.9.3
Vcs-Browser: http://git.debian.org/?p=pkg-php/xcache.git
Vcs-Git: git://git.debian.org/git/pkg-php/xcache.git
Homepage: http://xcache.lighttpd.net/
Package: php5-xcache
Architecture: any
Pre-Depends: dpkg (>= 1.15.7.2)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Conflicts: php-apc
Description: Fast, stable PHP opcode cacher
XCache is a fast, stable PHP opcode cacher that has been tested and
is now running on production servers under high load. It overcomes a
lot of problems that has been with other competing opcachers such as
being able to be used with new PHP versions.
.
PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
from C, Java and Perl with a couple of unique PHP-specific features thrown
in. The goal of the language is to allow web developers to write
dynamically generated pages quickly.
|