Browse Source

add the user_agent ini option.

migration/unlabaled-1.1.2
Sterling Hughes 24 years ago
parent
commit
c0ed6edf41
  1. 3
      php.ini-dist
  2. 2
      php.ini-recommended

3
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 ;

2
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 ;

Loading…
Cancel
Save