ZF-11815: Zend_Http_UserAgent raises E_NOTICE when parsing AppleCoreMedia UA
Description
There is a notice coming from this class on following user agent: AppleCoreMedia/1.0.0.8L1 (iPhone; U; CPU OS 4_3_5 like Mac OS X; de_de)
Notice error is: Undefined index: others File: Zend/Http/UserAgent/AbstractDevice.php Line: 560
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2011-10-25T18:19:27.000+0000
Fixed in trunk r24528 Merged to release-1.11 in r24529
Posted by Adam Lundrigan (adamlundrigan) on 2011-10-25T18:29:16.000+0000
Not forward-ported to ZF2 as UserAgent component is not in zendframework/zf2 git repository yet.