summaryrefslogtreecommitdiff
path: root/ext/curl
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 /ext/curl
parentd4c5271c0c87c8b0b1a5f8f9c7a43917e2a58039 (diff)
downloadphp-git-d0cb715373c3fbe9dc095378ec5ed8c71f799f67.tar.gz
s/PHP 5/PHP 7/
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/curl_file.c2
-rw-r--r--ext/curl/interface.c2
-rw-r--r--ext/curl/multi.c2
-rw-r--r--ext/curl/php_curl.h2
-rw-r--r--ext/curl/share.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/curl/curl_file.c b/ext/curl/curl_file.c
index 8e66445fb5..6b0e5462a1 100644
--- a/ext/curl/curl_file.c
+++ b/ext/curl/curl_file.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
diff --git a/ext/curl/interface.c b/ext/curl/interface.c
index 54a0abc3c9..5c517d71a5 100644
--- a/ext/curl/interface.c
+++ b/ext/curl/interface.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
diff --git a/ext/curl/multi.c b/ext/curl/multi.c
index 72cfd29ca7..d9e6df2c98 100644
--- a/ext/curl/multi.c
+++ b/ext/curl/multi.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index c75d7f80d1..cc96a410f3 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
diff --git a/ext/curl/share.c b/ext/curl/share.c
index 90c869df02..94694e0b2e 100644
--- a/ext/curl/share.c
+++ b/ext/curl/share.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+