summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist3
-rw-r--r--php.ini-recommended2
2 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index cc41bc8b88..83cfc94351 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -466,6 +466,9 @@ allow_url_fopen = On
; Define the anonymous ftp password (your email address)
;from="john@doe.com"
+; Define the User-Agent string
+; user_agent="PHP"
+
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
diff --git a/php.ini-recommended b/php.ini-recommended
index e5b97ab4af..9f4d745f59 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -480,6 +480,8 @@ allow_url_fopen = On
; Define the anonymous ftp password (your email address)
;from="john@doe.com"
+; Define the user agent for php to send
+;user_agent="PHP"
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;