xcache 3.1.0-1 source package in Ubuntu

Changelog

xcache (3.1.0-1) unstable; urgency=low


  * Set maintainer to Debian PHP PECL Maintainers.
  * New upstream release.
    - Should work for CLI SAPI (Closes: #707057).

 -- Michal Čihař <email address hidden>  Tue, 22 Oct 2013 11:09:05 +0200

Upload details

Uploaded by:
Debian PHP PECL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PECL Maintainers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xcache_3.1.0-1.dsc 1.9 KiB b14964f5e0c10166fa9c1d5e909104293d502f07f42f6f42f20fb29bae94cc26
xcache_3.1.0.orig.tar.gz 167.4 KiB 42ddefb97306932983cb63f9a03264ce441827e72d3d1322d5ddba20457f02c3
xcache_3.1.0-1.debian.tar.gz 7.9 KiB 0f11104090325119e72587e63277979908f90f1b0c93ce8613fbb3bea102c0a4

Available diffs

No changes file available.

Binary packages built by this source

php5-xcache: 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.