diff options
| author | Xinchen Hui <laruence@gmail.com> | 2018-01-03 16:00:34 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2018-01-03 16:00:34 +0800 |
| commit | 0e62639d28ebc30f588773f67bbe803c4d4b7efd (patch) | |
| tree | 882683fbbfaca8b21711da49f2e051481388c5cd /scripts/dev | |
| parent | 5275149e3aefbfc958ce6d1a0845865b831e858f (diff) | |
| parent | 471aa5d50ddb5ced2dda5c4d3e7b6aa17dbac07a (diff) | |
| download | php-git-0e62639d28ebc30f588773f67bbe803c4d4b7efd.tar.gz | |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Happy new year (Update copyright to 2018)
Diffstat (limited to 'scripts/dev')
| -rw-r--r-- | scripts/dev/check_parameters.php | 2 | ||||
| -rwxr-xr-x | scripts/dev/search_underscores.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dev/check_parameters.php b/scripts/dev/check_parameters.php index 0f157a794c..90d5b8dcb0 100644 --- a/scripts/dev/check_parameters.php +++ b/scripts/dev/check_parameters.php @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2007 The PHP Group | + | Copyright (c) 1997-2018 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 | diff --git a/scripts/dev/search_underscores.php b/scripts/dev/search_underscores.php index 67ed02f160..23db7dd7b3 100755 --- a/scripts/dev/search_underscores.php +++ b/scripts/dev/search_underscores.php @@ -5,7 +5,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | + | Copyright (c) 1997-2018 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 | @@ -94,4 +94,4 @@ foreach($extensions as $ext => &$classes) { printf("\n"); -?>
\ No newline at end of file +?> |
