Details
Description
on line 240:
$adapterName = strtolower($adapterNamespace . '_' . $adapter);
$adapterName = str_replace(' ', '', ucwords(str_replace('', ' ', $adapterName)));
This code make ZendX_Db_Adapter_Firebird to become Zendx_Db_Adapter, which can't be found on Linux...
Also problem for user's Db libraries.
Now can be soluted by using standard inicialization without ::factory() method, but it is a bug....
Have got the same problem:
a self defined Db adapter has to be used, but the namespace has 3 big letters (abbreviation of the project's name)