[PHP-DEV] PHP 4.0 Bug #5617: get_browser returns nothing From: hgoba <email protected>
Date: 07/15/00

From: hgoba <email protected>
Operating system: Win98 and Win98SE
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Misbehaving function
Bug description: get_browser returns nothing

<?php

 $browser = get_browser($HTTP_USER_AGENT);
 $browser = (array) $browser;

 // regular associative array printout here

?>

The browscap setting is ok, it works with the same setting
with PHP3.0.16.

I tested it under Apache and OmniHTTPD.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>