summaryrefslogtreecommitdiff
path: root/sapi/embed
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2014-09-19 18:33:14 +0200
committerJohannes Schlüter <johannes@php.net>2014-09-19 18:33:14 +0200
commitd0cb715373c3fbe9dc095378ec5ed8c71f799f67 (patch)
tree1b8f71c05c18d260059da92ac2d1d7bfc15d7133 /sapi/embed
parentd4c5271c0c87c8b0b1a5f8f9c7a43917e2a58039 (diff)
downloadphp-git-d0cb715373c3fbe9dc095378ec5ed8c71f799f67.tar.gz
s/PHP 5/PHP 7/
Diffstat (limited to 'sapi/embed')
-rw-r--r--sapi/embed/php_embed.c2
-rw-r--r--sapi/embed/php_embed.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c
index 230b3a649d..e0df666108 100644
--- a/sapi/embed/php_embed.c
+++ b/sapi/embed/php_embed.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
diff --git a/sapi/embed/php_embed.h b/sapi/embed/php_embed.h
index 84c0e36336..b62fd9fe24 100644
--- a/sapi/embed/php_embed.h
+++ b/sapi/embed/php_embed.h
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+