I would like to make use of the class
Net_UserAgent_Detect
So I installed Net_UserAgent_Detect via pear
pear install Net_UserAgent_Detect
I found that the respective files have been installed under /usr/share/php. But when I run my php script I still get the error
PHP Fatal error: Class 'Net_UserAgent_Detect' not found in ...
Do I need to include a file from "Net_UserAgent_Detect" separately ? So should I mention it in php.ini or ?
Thanks !