ZF-11693: Zend_Http_UserAgent_AbstractDevice raises a notice on "Mozilla/3.0 (compatible)" user agent
Description
There is a notice coming from this class on following user agent: Mozilla/3.0 (compatible)
Notice error is: Message: Undefined index: browser_token File: Zend/Http/UserAgent/AbstractDevice.php Line: 507
Comments
Posted by Marcin Gil (mgil) on 2011-09-26T08:24:33.000+0000
Also on following user agent: HTC_HD2_T8585 Opera/9.7 (Windows NT 5.1; U; de)
Posted by Marcin Gil (mgil) on 2011-09-26T08:30:07.000+0000
The previous user agent (HTC) raises a different notice: Undefined offset: 1 Line: 700
Posted by Adam Lundrigan (adamlundrigan) on 2011-10-28T01:35:30.000+0000
Fixed in trunk r24538 Merged to release-1.11 in r24539
Separate issue reported in comments was moved to ZF-11857