sterling Sat Sep 7 11:43:09 2002 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: add the user_agent ini option. Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.153 php4/php.ini-dist:1.154 --- php4/php.ini-dist:1.153 Wed Sep 4 02:21:58 2002 +++ php4/php.ini-dist Sat Sep 7 11:43:08 2002 @@ -466,6 +466,9 @@ ; Define the anonymous ftp password (your email address) ;from="[EMAIL PROTECTED]" +; Define the User-Agent string +; user_agent="PHP" + ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.105 php4/php.ini-recommended:1.106 --- php4/php.ini-recommended:1.105 Wed Sep 4 02:21:58 2002 +++ php4/php.ini-recommended Sat Sep 7 11:43:08 2002 @@ -480,6 +480,8 @@ ; Define the anonymous ftp password (your email address) ;from="[EMAIL PROTECTED]" +; Define the user agent for php to send +;user_agent="PHP" ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php