diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2019-02-05 10:33:57 +0300 | 
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2019-02-05 10:33:57 +0300 | 
| commit | cdade2e35da528608e777d2f9766253726edb36c (patch) | |
| tree | ddf713db91485a92f02763d83ef1e38c1019ccdd /ext/opcache/ZendAccelerator.c | |
| parent | a1608b40bf6c23fcf0312f1d70a1a0a5bda1d9a1 (diff) | |
| parent | da919a8b658bf65ff0705bc03c28c7be085d6329 (diff) | |
| download | php-git-cdade2e35da528608e777d2f9766253726edb36c.tar.gz | |
Merge branch 'PHP-7.4'
* PHP-7.4:
  Remove copyright years.
Diffstat (limited to 'ext/opcache/ZendAccelerator.c')
| -rw-r--r-- | ext/opcache/ZendAccelerator.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 4b73c6a119..c783977a43 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -2,7 +2,7 @@     +----------------------------------------------------------------------+     | Zend OPcache                                                         |     +----------------------------------------------------------------------+ -   | Copyright (c) 1998-2018 The PHP Group                                | +   | Copyright (c) The PHP Group                                          |     +----------------------------------------------------------------------+     | This source file is subject to version 3.01 of the PHP license,      |     | that is bundled with this package in the file LICENSE, and is        | @@ -4057,7 +4057,7 @@ ZEND_EXT_API zend_extension zend_extension_entry = {  	PHP_VERSION,							/* version */  	"Zend Technologies",					/* author */  	"http://www.zend.com/",					/* URL */ -	"Copyright (c) 1999-2018",				/* copyright */ +	"Copyright (c) 1999-2019",				/* copyright */  	accel_startup,					   		/* startup */  	NULL,									/* shutdown */  	NULL,									/* per-script activation */  | 
