ZF-4168: Strict Standards: Incorrect Declaration of Zend_Db_Adapter_Oracle::quoteTableAs()
Description
Strict Standards: Declaration of Zend_Db_Adapter_Oracle::quoteTableAs() should be compatible with that of Zend_Db_Adapter_Abstract::quoteTableAs() in ZendFramework-1.6.0\library\Zend\Db\Adapter\Oracle.php on line 44
Issue can be fixed by changing the declaration of Zend_Db_Adapter_Oracle::quoteTableAs (line 190) to
public function quoteTableAs($ident, $alias +=null+, $auto=false)
Comments
Posted by Mickael Perraud (mikaelkael) on 2008-10-03T13:12:39.000+0000
Fixed in SVN11660