ZF-8492: Signature for Zend_Gdata_HttpClient::resetParameters() doesn't match superclass
Description
When running Zend_Gdata_AllTests, I'm getting the following error:
PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters() in .../library/Zend/Gdata/HttpClient.php on line 41
It seems that the signature for Zend_Http_Client::resetParameters() changed to add a $clearAll parameter. This needs to be added to Zend_Gdata_HttpClient as well.
Comments
Posted by Trevor Johns (tjohns) on 2009-12-07T16:03:24.000+0000
Fixed as of next mini release.
{quote} commit bd4be559c99b7593c6daaa2be9cc48f656af3f57 Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Mon Dec 7 23:57:35 2009 +0000
{quote}
{quote} commit e252fda0d125e61eea3e7b4ffad5f30f3c08a203 Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Tue Dec 8 00:00:49 2009 +0000
{quote}