Skip to content

Commit

Permalink
Renamed "Zend Optimizer+" into "Zend OPcache"
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Mar 19, 2013
1 parent a756618 commit fbca056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,4 +11,4 @@ before_script:
- make - make


script: script:
- php -d zend_extension=`pwd`/modules/opcache.so -m | grep "Zend Optimizer+" - php -d zend_extension=`pwd`/modules/opcache.so -m | grep "Zend OPcache"
8 changes: 4 additions & 4 deletions package.xml
Expand Up @@ -5,11 +5,11 @@
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>zendoptimizerplus</name> <name>zendopcache</name>
<channel>pecl.php.net</channel> <channel>pecl.php.net</channel>
<summary>The Zend Optimizer+ provides faster PHP execution through opcode caching and optimization.</summary> <summary>The Zend OPcache provides faster PHP execution through opcode caching and optimization.</summary>
<description> <description>
The Zend Optimizer+ provides faster PHP execution through opcode caching and The Zend OPcache provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from 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 the disk and compiling it on future access. In addition, it applies a few
Expand Down Expand Up @@ -112,7 +112,7 @@
</pearinstaller> </pearinstaller>
</required> </required>
</dependencies> </dependencies>
<providesextension>zendoptimizerplus</providesextension> <providesextension>zendopcache</providesextension>
<zendextsrcrelease /> <zendextsrcrelease />
<changelog> <changelog>
<release> <release>
Expand Down

0 comments on commit fbca056

Please sign in to comment.