diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2016-01-01 19:53:00 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2016-01-01 20:03:16 +0200 |
commit | 59a7ef914fd634770cbe3e24f61153e85600fe91 (patch) | |
tree | 0ab39a54a29d12f5dde48a58322ad68ed86e212b | |
parent | 2eb1f38d24bcd02f69bfcf7845f93563a42850d6 (diff) | |
download | php-git-59a7ef914fd634770cbe3e24f61153e85600fe91.tar.gz |
Update header to PHP Version 7
-rw-r--r-- | ext/enchant/php_enchant.h | 2 | ||||
-rw-r--r-- | ext/zip/lib/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h index fca22f97cc..1760b90184 100644 --- a/ext/enchant/php_enchant.h +++ b/ext/enchant/php_enchant.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 4 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2016 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/zip/lib/config.h b/ext/zip/lib/config.h index f1a7cd01a7..6627ff2a51 100644 --- a/ext/zip/lib/config.h +++ b/ext/zip/lib/config.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2016 The PHP Group | +----------------------------------------------------------------------+ |