summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-optimized2
-rw-r--r--php.ini-recommended2
3 files changed, 3 insertions, 3 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 8633650ed1..ac9dd1afe9 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -256,7 +256,7 @@ upload_max_filesize = 2M ; Maximum allowed size for uploaded files
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
-allow_url_fopen = On ; Wheter to allow trating URLs like http:... or ftp:... like files
+allow_url_fopen = On ; Whether to allow the treatment of URLs (like http:// or ftp://) as files
;;;;;;;;;;;;;;;;;;;;;;
diff --git a/php.ini-optimized b/php.ini-optimized
index e8a2192293..3103b03982 100644
--- a/php.ini-optimized
+++ b/php.ini-optimized
@@ -239,7 +239,7 @@ upload_max_filesize = 2M ; Maximum allowed size for uploaded files
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
-allow_url_fopen = On ; Wheter to allow trating URLs like http:... or ftp:... like files
+allow_url_fopen = On ; Whether to allow the treatment of URLs (like http:// or ftp://) as files
;;;;;;;;;;;;;;;;;;;;;;
diff --git a/php.ini-recommended b/php.ini-recommended
index e8a2192293..3103b03982 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -239,7 +239,7 @@ upload_max_filesize = 2M ; Maximum allowed size for uploaded files
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
-allow_url_fopen = On ; Wheter to allow trating URLs like http:... or ftp:... like files
+allow_url_fopen = On ; Whether to allow the treatment of URLs (like http:// or ftp://) as files
;;;;;;;;;;;;;;;;;;;;;;