From c0ed6edf41f537e8105bbfab5744998a595a9c36 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sat, 7 Sep 2002 15:43:08 +0000 Subject: add the user_agent ini option. --- php.ini-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.ini-dist') 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 ; -- cgit v1.2.1