Your message dated Tue, 17 Aug 2004 11:36:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line RFP: php4-turck-mmcache -- PHP4 byte-compiler, cache, encoder 
and accelerator
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Feb 2004 20:26:28 +0000
>From [EMAIL PROTECTED] Fri Feb 06 12:26:28 2004
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ApCYW-0003RX-00; Fri, 06 Feb 2004 12:26:28 -0800
Received: from khazad-dum.debian.net [200.196.10.6] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ApCYV-0001ey-00; Fri, 06 Feb 2004 14:26:27 -0600
Received: from localhost (localhost [127.0.0.1])
        by localhost.khazad-dum.debian.net (Postfix) with ESMTP
        id C714A2014D3; Fri,  6 Feb 2004 18:26:25 -0200 (BRST)
Received: from khazad-dum.debian.net ([127.0.0.1])
        by localhost (khazad-dum [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 25095-04; Fri, 6 Feb 2004 18:26:24 -0200 (BRST)
Received: by khazad-dum.debian.net (Postfix, from userid 1000)
        id 4C55E2014D1; Fri,  6 Feb 2004 18:26:24 -0200 (BRST)
Date: Fri, 6 Feb 2004 18:26:24 -0200
From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: RFP: php4-turck-mmcache -- PHP4 byte-compiler, cache, encoder and 
accelerator
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.42
X-GPG-Fingerprint-1: 1024D/128D36EE 50AC 661A 7963 0BBA 8155  43D5 6EF7 F36B 
128D 36EE
X-GPG-Fingerprint-2: 1024D/1CDB0FE3 5422 5C61 F6B7 06FB 7E04  3738 EE25 DE3F 
1CDB 0FE3
User-Agent: Mutt/1.5.5.1+cvs20040105i
X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at khazad-dum.debian.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_01 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2004_02_01
X-Spam-Level: 

Package: wnpp
Severity: wishlist

* Package name    : php4-turck-mmcache
  Version         : 2.4.6
  Upstream Author : Dmitry Stogov <[EMAIL PROTECTED]>
* URL             : http://turck-mmcache.sourceforge.net/
* License         : GPLv2
  Description     : PHP4 byte-compiler, cache, encoder and accelerator

Turck MMCache is a free open source PHP accelerator, optimizer, encoder and
dynamic content cache for PHP. It increases performance of PHP scripts by
caching them in compiled state, so that the overhead of compiling is almost
completely eliminated. Also it uses some optimizations to speed up execution
of PHP scripts. Turck MMCache typically reduces server load and increases
the speed of your PHP code by 1-10 times.

Turck MMCache stores compiled PHP scripts in shared memory and execute code
directly from it. It creates locks only for short time while search compiled
PHP script in the cache, so one script can be executed simultaneously by
several engines. 


Unlike php4-acs, this one seems to work ;-)  It is running (non-packaged)
here without problems. It is a must for squirrelmail-using sites with
non-trivial loads...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

---------------------------------------
Received: (at 231473-done) by bugs.debian.org; 17 Aug 2004 09:36:58 +0000
>From [EMAIL PROTECTED] Tue Aug 17 02:36:58 2004
Return-path: <[EMAIL PROTECTED]>
Received: from credativ.com (curie.credativ.org) [217.160.209.18] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bx0Oo-0000cN-00; Tue, 17 Aug 2004 02:36:58 -0700
Received: from localhost (localhost [127.0.0.1])
        by curie.credativ.org (Postfix) with ESMTP id 9320755BCA
        for <[EMAIL PROTECTED]>; Tue, 17 Aug 2004 11:36:28 +0200 (CEST)
Received: from www.credativ.de (pD950064A.dip0.t-ipconnect.de [217.80.6.74])
        (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
        (No client certificate requested)
        by curie.credativ.org (Postfix) with ESMTP id 3B31455BC8
        for <[EMAIL PROTECTED]>; Tue, 17 Aug 2004 11:36:23 +0200 (CEST)
Received: from bell.credativ.de (bell.credativ.de [172.26.14.16])
        by www.credativ.de (Postfix) with ESMTP id 89DA81C0011
        for <[EMAIL PROTECTED]>; Tue, 17 Aug 2004 11:18:15 +0200 (CEST)
From: Peter Eisentraut <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: RFP: php4-turck-mmcache -- PHP4 byte-compiler, cache, encoder and 
accelerator
Date: Tue, 17 Aug 2004 11:36:09 +0200
User-Agent: KMail/1.6.2
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by AMaViS at credativ.com
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This package is available under the name turck-mmache.

Reply via email to