diff options
author | Johannes Schlüter <johannes@php.net> | 2014-09-19 18:33:14 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2014-09-19 18:33:14 +0200 |
commit | d0cb715373c3fbe9dc095378ec5ed8c71f799f67 (patch) | |
tree | 1b8f71c05c18d260059da92ac2d1d7bfc15d7133 /TSRM | |
parent | d4c5271c0c87c8b0b1a5f8f9c7a43917e2a58039 (diff) | |
download | php-git-d0cb715373c3fbe9dc095378ec5ed8c71f799f67.tar.gz |
s/PHP 5/PHP 7/
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_nw.c | 2 | ||||
-rw-r--r-- | TSRM/tsrm_nw.h | 2 | ||||
-rw-r--r-- | TSRM/tsrm_win32.c | 2 | ||||
-rw-r--r-- | TSRM/tsrm_win32.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/TSRM/tsrm_nw.c b/TSRM/tsrm_nw.c index 8d591c0746..8defc4ed94 100644 --- a/TSRM/tsrm_nw.c +++ b/TSRM/tsrm_nw.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ diff --git a/TSRM/tsrm_nw.h b/TSRM/tsrm_nw.h index ba03744a30..02ac4be098 100644 --- a/TSRM/tsrm_nw.h +++ b/TSRM/tsrm_nw.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index 0b8228aafb..b6ac4231ee 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index dc5a3999dd..5933b54ddf 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ |