X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2EF6ADC00E6 for ; Thu, 4 Apr 2013 13:11:45 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id t10so1017472eei.34 for ; Thu, 04 Apr 2013 06:11:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:cc:date:in-reply-to :references:content-type:x-mailer:mime-version :content-transfer-encoding; bh=U+00cLDKQqAndDfAQGPzrAaqtwgFi53Gh1lvkUHY/6I=; b=HXhJobFWCFkp4h3oHoma2Bj924jA0Fb0qJqloKwbu2CtZqh5vXubxgUiqDBYdnPbsC jv0KWe5Wr4LoiNxggK8WgjnC/s3NsoR+WdRuVKJSborTy3JD0eKivpnFjE4IOiP1qTVL tpJQT/5HxOPUe52aU7r5ycFklwIYqJ5/LCHLfiNAz+ryjT1snAEm0P1sTQOYdEJrRbMS HFYuMJe8gAd1bjCP22PpQ6OyObunVehCEOiueFizpWLHP4WjBE663Fv75oaqCupBuS1w rpmUcOcSZ99ZgMkcC8x5lToj0whtaal/VIESEzAIOFF18Pwr1jEsbEZ2PIiIN0YSWvF8 NBJQ== X-Received: by 10.14.202.71 with SMTP id c47mr240476eeo.39.1365081103749; Thu, 04 Apr 2013 06:11:43 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPS id r4sm11145364eeo.12.2013.04.04.06.11.42 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 04 Apr 2013 06:11:42 -0700 (PDT) Message-ID: <1365081089.2672.6.camel@df1844j> Subject: Re: [alpine-devel] [PATCH] Initial APKBUILD file of php-zend-opcache From: Leonardo Arena To: "V.Krishn" Cc: alpine-devel@lists.alpinelinux.org Date: Thu, 04 Apr 2013 15:11:29 +0200 In-Reply-To: <1365072086-26886-1-git-send-email-vkrishn4@gmail.com> References: <1365072086-26886-1-git-send-email-vkrishn4@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit On Thu, 2013-04-04 at 10:41 +0000, V.Krishn wrote: > From: "V.Krishn" > > The Zend OPcache provides faster PHP execution through opcode caching and > optimization. It improves PHP performance by storing precompiled script > bytecode in the shared memory. This eliminates the stages of reading code from > the disk and compiling it on future access. In addition, it applies a few > bytecode optimization patterns that make code execution faster. > --- > testing/php-zend-opcache/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ > testing/php-zend-opcache/opcache.ini | 11 +++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 testing/php-zend-opcache/APKBUILD > create mode 100644 testing/php-zend-opcache/opcache.ini Pushed. Thanks! - leo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---