summaryrefslogtreecommitdiff
path: root/ext/opcache
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-01-02 17:51:24 +0800
committerXinchen Hui <laruence@gmail.com>2016-01-02 17:51:24 +0800
commit3537e95dae866d07ddbf25127cdd7695f3fc246c (patch)
treef195139f010a16785e457c387c51d829e0ca508c /ext/opcache
parentd9bac84220b1eb4aa06af959870621adb57d1e02 (diff)
downloadphp-git-3537e95dae866d07ddbf25127cdd7695f3fc246c.tar.gz
bump year which is missed in rev 49493a2
Diffstat (limited to 'ext/opcache')
-rw-r--r--ext/opcache/ZendAccelerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c
index 672a55d5fd..66b54f2ebf 100644
--- a/ext/opcache/ZendAccelerator.c
+++ b/ext/opcache/ZendAccelerator.c
@@ -2814,7 +2814,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 */