Zend Framework

Typo in Zend_Http_Client Advanced

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial 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) {

Activity

Hide
Christopher Thomas added a comment -

Attached is a patch

Show
Christopher Thomas added a comment - Attached is a patch
Hide
Pádraic Brady added a comment -

Applied patch at r22466

Show
Pádraic Brady added a comment - Applied patch at r22466

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: