ZF-2911: Zend_Db_Adapter_Pdo_Oci::quoteTableAs() is not strictly implementing Zend_Db_Adapter_Abstract
Description
From Zend_Db_Adapter_Abstract: {{public function quoteTableAs($ident, $alias = null, $auto=false)}} From Zend_Db_Adapter_Pdo_Oci: {{public function quoteTableAs($ident, $alias, $auto=false)}}
This will result in a strict standards violation:
Strict Standards: Declaration of Zend_Db_Adapter_Pdo_Oci::quoteTableAs() should be compatible with that of Zend_Db_Adapter_Abstract::quoteTableAs() in C:\php\lib\ZendFramework-1.5.0\library\Zend\Db\Adapter\Pdo\Oci.php on line 40
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T20:43:56.000+0000
Please categorize/fix as needed.
Posted by Simon Mundy (peptolab) on 2008-05-26T15:07:20.000+0000
Resolved in r9537
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:44.000+0000
Updating for the 1.6.0 release.