Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
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.
Fixed as of next mini release.