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 /build | |
parent | d4c5271c0c87c8b0b1a5f8f9c7a43917e2a58039 (diff) | |
download | php-git-d0cb715373c3fbe9dc095378ec5ed8c71f799f67.tar.gz |
s/PHP 5/PHP 7/
Diffstat (limited to 'build')
-rw-r--r-- | build/build.mk | 2 | ||||
-rw-r--r-- | build/build2.mk | 2 | ||||
-rwxr-xr-x | build/buildcheck.sh | 2 | ||||
-rw-r--r-- | build/mkdep.awk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build/build.mk b/build/build.mk index 2c189159a2..3a48148e7e 100644 --- a/build/build.mk +++ b/build/build.mk @@ -1,5 +1,5 @@ # +----------------------------------------------------------------------+ -# | PHP Version 5 | +# | PHP Version 7 | # +----------------------------------------------------------------------+ # | Copyright (c) 1997-2014 The PHP Group | # +----------------------------------------------------------------------+ diff --git a/build/build2.mk b/build/build2.mk index be103fc322..2d9e684ec0 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -1,5 +1,5 @@ # +----------------------------------------------------------------------+ -# | PHP Version 5 | +# | PHP Version 7 | # +----------------------------------------------------------------------+ # | Copyright (c) 1997-2007 The PHP Group | # +----------------------------------------------------------------------+ diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 8ff3531825..f8f827d671 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -1,6 +1,6 @@ #! /bin/sh # +----------------------------------------------------------------------+ -# | PHP Version 5 | +# | PHP Version 7 | # +----------------------------------------------------------------------+ # | Copyright (c) 1997-2007 The PHP Group | # +----------------------------------------------------------------------+ diff --git a/build/mkdep.awk b/build/mkdep.awk index 06547c79c1..c1adefe612 100644 --- a/build/mkdep.awk +++ b/build/mkdep.awk @@ -1,5 +1,5 @@ # +----------------------------------------------------------------------+ -# | PHP Version 5 | +# | PHP Version 7 | # +----------------------------------------------------------------------+ # | Copyright (c) 2000-2006 The PHP Group | # +----------------------------------------------------------------------+ |