Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.10.5
-
Fix Version/s: 1.10.6
-
Component/s: Zend_Http_Client
-
Labels:None
-
Language:English
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) {
Attached is a patch