diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-01-02 17:56:11 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-01-02 17:56:11 +0800 |
commit | 97a9470d97599ec7dd7b499e5533e6b15f8f5519 (patch) | |
tree | 435b2c9679706ba76e7f1b2431449c4d06a5947c /ext/opcache | |
parent | 6a7001ed72279409c5222389103fd29b0846a178 (diff) | |
download | php-git-97a9470d97599ec7dd7b499e5533e6b15f8f5519.tar.gz |
bump year which is missed in rev 49493a2
Diffstat (limited to 'ext/opcache')
-rw-r--r-- | ext/opcache/ZendAccelerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 6fbb63fe6c..2440a56582 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -2890,7 +2890,7 @@ ZEND_EXT_API zend_extension zend_extension_entry = { ACCELERATOR_VERSION, /* version */ "Zend Technologies", /* author */ "http://www.zend.com/", /* URL */ - "Copyright (c) 1999-2015", /* copyright */ + "Copyright (c) 1999-2016", /* copyright */ accel_startup, /* startup */ NULL, /* shutdown */ accel_activate, /* per-script activation */ |