From 0a29c8de7ae1b721296c58f2d51a1dae205edbd3 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 28 Feb 2013 22:38:09 +0100 Subject: [PATCH] adding the package.xml for pecl --- package.xml | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 package.xml diff --git a/package.xml b/package.xml new file mode 100644 index 0000000000..114d0ba8cc --- /dev/null +++ b/package.xml @@ -0,0 +1,116 @@ + + + zendoptimizerplus + pecl.php.net + The Zend Optimizer+ provides faster PHP execution through opcode caching and +optimization. + +The Zend Optimizer+ 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. + + + + Dmitry Stogov + dmitry + dmitry@zend.com + yes + + 2013-02-28 + + + 0.1.0 + 0.1.0 + + + alpha + alpha + + PHP License + +Initial release + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.0 + + + 1.4.0b1 + + + + zendoptimizerplus + + + + + 0.1.0 + 0.1.0 + + + alpha + alpha + + 2013-02-28 + PHP License + +Initial release. + + + + -- 2.50.1