ZF-1986: Typo error
Description
I found some errors in documentation: line 56 in file Zend_Http_Client-Advanced.xml
$cookie = Zend_Http_Cookie::factory('flavor=chocolate%20chips');
must be
$cookie = Zend_Http_Cookie::fromString('flavor=chocolate%20chips');
Comments
Posted by Shahar Evron (shahar) on 2007-10-11T13:09:37.000+0000
Fixed in TRUNK, r. 6618