ZF-9023: Zend_Memory::factory() not supports name of the class backend camelcase
Description
Zend_Memory::factory() problem when passed first param name class backend camelcase.
Problem in line 57.
$backend = @ucfirst(strtolower($backend));
example: ZendPlatform
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-01-30T10:02:07.000+0000
Attached patch.
Solution in patch replicated code Zend_Cache::_normalizeName(). Other solution change the visibility in the method Zend_Cache::_normalizeName(), for public.
Posted by Alexander Veremyev (alexander) on 2010-02-01T07:54:21.000+0000
Fixed