History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-145
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Shahar Evron
Reporter: Naoto Ishikawa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Http_Client incubator version has incompatible constructor parameters

Created: 24/Jun/06 07:26 PM   Updated: 05/Jul/07 02:44 PM
Component/s: Zend_Http_Client, Zend_Service_Amazon
Affects Version/s: None
Fix Version/s: 0.1.4

Time Tracking:
Not Specified


 Description  « Hide
I tested Zend_Http_Client incubator version working with Zend_Service_Amazon.

Zend_Service_Amazon has $_httpClient property it owns a Zend_Http_Client object.
And the object is created by following code in Zend_Service_Abstract at line 69.

self::$_httpClient = new Zend_Http_Client();

But Zend_Http_Client incubator version's cunstructor wants a required $uri parameter,
and it's the cause of fatal error.

If Zend_Http_Client incubator version replaces to the current version, it will be fixed.



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Shahar Evron - 25/Jun/06 01:14 PM
Please test again with revision 707 - update me with the results so I can close the bug.

Also, please update me regarding ZF-97 so I can close that one as well.


Naoto Ishikawa - 26/Jun/06 03:32 AM
I tested with revision 707 and it works fine.
Thank you.

Shahar Evron - 26/Jun/06 04:12 AM
Fixed in revision 707