From a4384bd3d4015dceac2318f0a5c6b73ca14979bf Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Fri, 13 Mar 2015 11:09:42 +0200 Subject: [PATCH] s/PHP Version 5/PHP Version 7/g Follow up for d0cb7153 --- ext/intl/grapheme/grapheme_string.c | 2 +- ext/intl/normalizer/normalizer_normalize.c | 2 +- ext/json/json_parser.tab.c | 2 +- ext/json/json_parser.y | 2 +- ext/json/json_scanner.c | 2 +- ext/json/json_scanner.re | 2 +- ext/json/php_json_encoder.h | 2 +- ext/json/php_json_parser.h | 2 +- ext/json/php_json_scanner.h | 2 +- ext/mysqlnd/mysql_float_to_double.h | 2 +- pear/install-pear-nozlib.phar | 4 ++-- sapi/phpdbg/phpdbg.c | 2 +- sapi/phpdbg/phpdbg.h | 2 +- sapi/phpdbg/phpdbg_bp.c | 2 +- sapi/phpdbg/phpdbg_bp.h | 2 +- sapi/phpdbg/phpdbg_break.c | 2 +- sapi/phpdbg/phpdbg_break.h | 2 +- sapi/phpdbg/phpdbg_btree.c | 2 +- sapi/phpdbg/phpdbg_btree.h | 2 +- sapi/phpdbg/phpdbg_cmd.c | 2 +- sapi/phpdbg/phpdbg_cmd.h | 2 +- sapi/phpdbg/phpdbg_eol.c | 2 +- sapi/phpdbg/phpdbg_eol.h | 2 +- sapi/phpdbg/phpdbg_frame.c | 2 +- sapi/phpdbg/phpdbg_frame.h | 2 +- sapi/phpdbg/phpdbg_help.c | 2 +- sapi/phpdbg/phpdbg_help.h | 2 +- sapi/phpdbg/phpdbg_info.c | 2 +- sapi/phpdbg/phpdbg_info.h | 2 +- sapi/phpdbg/phpdbg_io.c | 2 +- sapi/phpdbg/phpdbg_io.h | 2 +- sapi/phpdbg/phpdbg_lexer.h | 2 +- sapi/phpdbg/phpdbg_list.c | 2 +- sapi/phpdbg/phpdbg_list.h | 2 +- sapi/phpdbg/phpdbg_opcode.c | 2 +- sapi/phpdbg/phpdbg_opcode.h | 2 +- sapi/phpdbg/phpdbg_out.c | 2 +- sapi/phpdbg/phpdbg_out.h | 2 +- sapi/phpdbg/phpdbg_print.c | 2 +- sapi/phpdbg/phpdbg_print.h | 2 +- sapi/phpdbg/phpdbg_prompt.c | 2 +- sapi/phpdbg/phpdbg_prompt.h | 2 +- sapi/phpdbg/phpdbg_rinit_hook.c | 2 +- sapi/phpdbg/phpdbg_rinit_hook.h | 2 +- sapi/phpdbg/phpdbg_set.c | 2 +- sapi/phpdbg/phpdbg_set.h | 2 +- sapi/phpdbg/phpdbg_sigio_win32.c | 2 +- sapi/phpdbg/phpdbg_sigio_win32.h | 2 +- sapi/phpdbg/phpdbg_utils.c | 2 +- sapi/phpdbg/phpdbg_utils.h | 2 +- sapi/phpdbg/phpdbg_wait.c | 2 +- sapi/phpdbg/phpdbg_wait.h | 2 +- sapi/phpdbg/phpdbg_watch.c | 2 +- sapi/phpdbg/phpdbg_watch.h | 2 +- sapi/phpdbg/phpdbg_webdata_transfer.h | 2 +- sapi/phpdbg/phpdbg_win.c | 2 +- sapi/phpdbg/phpdbg_win.h | 2 +- 57 files changed, 58 insertions(+), 58 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 | +----------------------------------------------------------------------+ diff --git a/pear/install-pear-nozlib.phar b/pear/install-pear-nozlib.phar index f018d863ed..5ea2b160ec 100644 --- a/pear/install-pear-nozlib.phar +++ b/pear/install-pear-nozlib.phar @@ -6988,7 +6988,7 @@ How it works :