diff options
author | ale <ale@FreeBSD.org> | 2013-03-07 17:31:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-03-07 17:31:55 +0800 |
commit | 5948954ddaf95f2e99afd863277db457fe2c6289 (patch) | |
tree | f91e42f5765349158f313123980a691e54e32466 /devel/Makefile | |
parent | f2aafb2679ad06c9ac4445ea4a21b730ad19f96f (diff) | |
download | freebsd-ports-gnome-5948954ddaf95f2e99afd863277db457fe2c6289.tar.gz freebsd-ports-gnome-5948954ddaf95f2e99afd863277db457fe2c6289.tar.zst freebsd-ports-gnome-5948954ddaf95f2e99afd863277db457fe2c6289.zip |
Import pecl-zendoptimizerplus to replace ZendOptimizer. It supports all PHP
releases we have in ports tree.
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.
WWW: https://github.com/zend-dev/ZendOptimizerPlus
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7b2a29b2b9dd..0c83cace6d6c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -28,7 +28,6 @@ SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += SpecTcl - SUBDIR += ZendOptimizer SUBDIR += aap SUBDIR += abi-compliance-checker SUBDIR += ace |