diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-05-17 17:16:10 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-05-17 17:16:10 +0300 |
commit | d41920c57de652afc3794a56fd5bf8992575722f (patch) | |
tree | 01d3b95c9d0aa082ced9fe45ec71913a743d84a3 /ext/opcache/ZendAccelerator.h | |
parent | 2eb7e75c25e3b16c3265e6a53f57a29dbeec0d2f (diff) | |
download | php-git-d41920c57de652afc3794a56fd5bf8992575722f.tar.gz |
Use PHP_VERSION as OPcahce version
Diffstat (limited to 'ext/opcache/ZendAccelerator.h')
-rw-r--r-- | ext/opcache/ZendAccelerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h index f5d7af5bf6..4daadc7abe 100644 --- a/ext/opcache/ZendAccelerator.h +++ b/ext/opcache/ZendAccelerator.h @@ -27,8 +27,6 @@ #endif #define ACCELERATOR_PRODUCT_NAME "Zend OPcache" -#define PHP_ZENDOPCACHE_VERSION "7.0.6-dev" -#define ACCELERATOR_VERSION PHP_ZENDOPCACHE_VERSION /* 2 - added Profiler support, on 20010712 */ /* 3 - added support for Optimizer's encoded-only-files mode */ /* 4 - works with the new Optimizer, that supports the file format with licenses */ |