diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-03-13 11:09:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2015-03-13 11:09:42 +0200 |
commit | a4384bd3d4015dceac2318f0a5c6b73ca14979bf (patch) | |
tree | 1ebdbdacc5a322aac7ffe1b7b2b0f07ed2fc8270 /ext | |
parent | ae26a51f0f9967e2182197e0abbb8abb1ad4c79a (diff) | |
download | php-git-a4384bd3d4015dceac2318f0a5c6b73ca14979bf.tar.gz |
s/PHP Version 5/PHP Version 7/g
Follow up for d0cb7153
Diffstat (limited to 'ext')
-rw-r--r-- | ext/intl/grapheme/grapheme_string.c | 2 | ||||
-rw-r--r-- | ext/intl/normalizer/normalizer_normalize.c | 2 | ||||
-rw-r--r-- | ext/json/json_parser.tab.c | 2 | ||||
-rw-r--r-- | ext/json/json_parser.y | 2 | ||||
-rw-r--r-- | ext/json/json_scanner.c | 2 | ||||
-rw-r--r-- | ext/json/json_scanner.re | 2 | ||||
-rw-r--r-- | ext/json/php_json_encoder.h | 2 | ||||
-rw-r--r-- | ext/json/php_json_parser.h | 2 | ||||
-rw-r--r-- | ext/json/php_json_scanner.h | 2 | ||||
-rw-r--r-- | ext/mysqlnd/mysql_float_to_double.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/ext/intl/grapheme/grapheme_string.c b/ext/intl/grapheme/grapheme_string.c index 70b188eedd..17dac7a1e5 100644 --- a/ext/intl/grapheme/grapheme_string.c +++ b/ext/intl/grapheme/grapheme_string.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | 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/ext/intl/normalizer/normalizer_normalize.c b/ext/intl/normalizer/normalizer_normalize.c index 556cb4dee1..116a141d91 100644 --- a/ext/intl/normalizer/normalizer_normalize.c +++ b/ext/intl/normalizer/normalizer_normalize.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | 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/ext/json/json_parser.tab.c b/ext/json/json_parser.tab.c index a2832aae65..3ddf260e7c 100644 --- a/ext/json/json_parser.tab.c +++ b/ext/json/json_parser.tab.c @@ -63,7 +63,7 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/json/json_parser.y b/ext/json/json_parser.y index 0c4ec07936..474602ad34 100644 --- a/ext/json/json_parser.y +++ b/ext/json/json_parser.y @@ -1,7 +1,7 @@ %code top { /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/json/json_scanner.c b/ext/json/json_scanner.c index 60750feeb5..71ac6d5eea 100644 --- a/ext/json/json_scanner.c +++ b/ext/json/json_scanner.c @@ -1,7 +1,7 @@ /* Generated by re2c 0.13.7.5 */ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/json/json_scanner.re b/ext/json/json_scanner.re index c18d8779b6..e4a4c813dd 100644 --- a/ext/json/json_scanner.re +++ b/ext/json/json_scanner.re @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/json/php_json_encoder.h b/ext/json/php_json_encoder.h index 357994e512..a503286609 100644 --- a/ext/json/php_json_encoder.h +++ b/ext/json/php_json_encoder.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/json/php_json_parser.h b/ext/json/php_json_parser.h index a9d9279a89..1ecaca8d5b 100644 --- a/ext/json/php_json_parser.h +++ b/ext/json/php_json_parser.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/json/php_json_scanner.h b/ext/json/php_json_scanner.h index f515ff55cd..9d3a72b09b 100644 --- a/ext/json/php_json_scanner.h +++ b/ext/json/php_json_scanner.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/mysqlnd/mysql_float_to_double.h b/ext/mysqlnd/mysql_float_to_double.h index fe0ac0ec3d..40728a52ee 100644 --- a/ext/mysqlnd/mysql_float_to_double.h +++ b/ext/mysqlnd/mysql_float_to_double.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 2006-2015 The PHP Group | +----------------------------------------------------------------------+ |