ZF-9894: Typo in Zend_Http_Client Advanced
Description
Example #9 Performing consecutive requests with one client line 8: $_SESSION['cookiejar'] instanceof Zend_Http_CookieJar)) { should not have extra ) at end fixed: $_SESSION['cookiejar'] instanceof Zend_Http_CookieJar) {
Comments
Posted by Christopher Thomas (cwt137) on 2010-06-18T14:08:12.000+0000
Attached is a patch
Posted by Pádraic Brady (padraic) on 2010-06-19T13:06:55.000+0000
Applied patch at r22466