Zend Framework

Signature for Zend_Gdata_HttpClient::resetParameters() doesn't match superclass

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.6
  • Fix Version/s: 1.9.7
  • Component/s: Zend_Gdata
  • Labels:
    None

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.

Activity

Hide
Trevor Johns added a comment -

Fixed as of next mini release.

commit bd4be559c99b7593c6daaa2be9cc48f656af3f57
Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Date: Mon Dec 7 23:57:35 2009 +0000

ZF-8492: Adding $clearAll as a parameter for Zend_Gdata_HttpClient::resetParameters().

This should fix the following error:

PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters()

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19509 44c647ce-9c0f-0410-b52a-842ac1e357ba

commit e252fda0d125e61eea3e7b4ffad5f30f3c08a203
Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Date: Tue Dec 8 00:00:49 2009 +0000

Merge r19509 from trunk to release-1.9.

ZF-8492: Adding $clearAll as a parameter for Zend_Gdata_HttpClient::resetParameters().

This should fix the following error:

PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters()

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.9@19512 44c647ce-9c0f-0410-b52a-842ac1e357ba

Show
Trevor Johns added a comment - Fixed as of next mini release.
commit bd4be559c99b7593c6daaa2be9cc48f656af3f57 Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Mon Dec 7 23:57:35 2009 +0000 ZF-8492: Adding $clearAll as a parameter for Zend_Gdata_HttpClient::resetParameters(). This should fix the following error: PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters() git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19509 44c647ce-9c0f-0410-b52a-842ac1e357ba
commit e252fda0d125e61eea3e7b4ffad5f30f3c08a203 Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Tue Dec 8 00:00:49 2009 +0000 Merge r19509 from trunk to release-1.9. ZF-8492: Adding $clearAll as a parameter for Zend_Gdata_HttpClient::resetParameters(). This should fix the following error: PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters() git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.9@19512 44c647ce-9c0f-0410-b52a-842ac1e357ba

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: