https://bugzilla.wikimedia.org/show_bug.cgi?id=42441

--- Comment #11 from Platonides <[email protected]> 2012-12-02 17:42:11 UTC 
---
After a bit of fancy formatting:
array(13) {
    [10004]=> NULL // CURLOPT_PROXY
    [13]=> int(25) // CURLOPT_TIMEOUT
    [84]=> int(1) // CURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_0;
    [20011]=> array(2) { // CURLOPT_WRITEFUNCTION = CurlHttpRequest::read
        [0]=> object(CurlHttpRequest)#488 (24) {
            ["curlOptions":protected]=> *RECURSION*
            ["headerText":protected]=> string(0) ""
            ["content":protected]=> string(0) ""
            ["timeout":protected]=> int(25)
            ["headersOnly":protected]=> NULL
            ["postData":protected]=> NULL
            ["proxy":protected]=> NULL
            ["noProxy":protected]=> bool(false)
            ["sslVerifyHost":protected]=> bool(true)
            ["sslVerifyCert":protected]=> bool(true)
            ["caInfo":protected]=> NULL
            ["method":protected]=> string(3) "GET"
            ["reqHeaders":protected]=> array(2) {
                ["Referer"]=> string(54)
"http://wow.wikibase.nl/index.php/Template:Organization";
                ["User-Agent"]=> string(16) "MediaWiki/1.20.0" 
            }
            ["url":protected]=> string(79)
"http://maps.googleapis.com/maps/api/geocode/xml?address=%2C++Breda&sensor=false";
            ["parsedUrl":protected]=> array(5) {
                ["scheme"]=> string(4) "http"
                ["host"]=> string(19) "maps.googleapis.com"
                ["path"]=> string(21) "/maps/api/geocode/xml"
                ["query"]=> string(31) "address=%2C++Breda&sensor=false"
                ["delimiter"]=> string(3) "://" 
            }
            ["callback":protected]=> *RECURSION*
            ["maxRedirects":protected]=> int(5)
            ["followRedirects":protected]=> bool(false)
            ["cookieJar":protected]=> NULL
            ["headerList":protected]=> array(0) { }
            ["respVersion":protected]=> string(3) "0.9"
            ["respStatus":protected]=> string(6) "200 Ok"
            ["respHeaders":protected]=> array(0) { }
            ["status"]=> object(Status)#487 (7) {
                ["ok"]=> bool(true)
                ["value"]=> int(100)
                ["successCount"]=> int(0)
                ["failCount"]=> int(0)
                ["success"]=> array(0) { }
                ["errors"]=> array(0) { }
                ["cleanCallback"]=> bool(false)
            }
        }
        [1]=> string(4) "read" 
    }
    [20079]=> array(2) { // CURLOPT_HEADERFUNCTION =
CurlHttpRequest::readHeader
        [0]=> object(CurlHttpRequest)#488 (24) {
            ["curlOptions":protected]=> *RECURSION*
            ["headerText":protected]=> string(0) ""
            ["content":protected]=> string(0) ""
            ["timeout":protected]=> int(25)
            ["headersOnly":protected]=> NULL
            ["postData":protected]=> NULL
            ["proxy":protected]=> NULL
            ["noProxy":protected]=> bool(false)
            ["sslVerifyHost":protected]=> bool(true)
            ["sslVerifyCert":protected]=> bool(true)
            ["caInfo":protected]=> NULL
            ["method":protected]=> string(3) "GET"
            ["reqHeaders":protected]=> array(2) {
                ["Referer"]=> string(54)
"http://wow.wikibase.nl/index.php/Template:Organization";
                ["User-Agent"]=> string(16) "MediaWiki/1.20.0"
            }
            ["url":protected]=> string(79)
"http://maps.googleapis.com/maps/api/geocode/xml?address=%2C++Breda&sensor=false";
            ["parsedUrl":protected]=> array(5) {
                ["scheme"]=> string(4) "http"
                ["host"]=> string(19) "maps.googleapis.com"
                ["path"]=> string(21) "/maps/api/geocode/xml"
                ["query"]=> string(31) "address=%2C++Breda&sensor=false"
                ["delimiter"]=> string(3) "://" 
            }
            ["callback":protected]=> array(2) {
                [0]=> *RECURSION*
                [1]=> string(4) "read"
            }
            ["maxRedirects":protected]=> int(5)
            ["followRedirects":protected]=> bool(false)
            ["cookieJar":protected]=> NULL
            ["headerList":protected]=> array(0) { }
            ["respVersion":protected]=> string(3) "0.9"
            ["respStatus":protected]=> string(6) "200 Ok"
            ["respHeaders":protected]=> array(0) { }
                ["status"]=> object(Status)#487 (7) {
                    ["ok"]=> bool(true)
                    ["value"]=> int(100)
                    ["successCount"]=> int(0)
                    ["failCount"]=> int(0)
                    ["success"]=> array(0) { }
                    ["errors"]=> array(0) { }
                    ["cleanCallback"]=> bool(false)
                }
            }
        [1]=> string(10) "readHeader" 
    }
    [68]=> int(5) // CURLOPT_MAXREDIRS = 5
    [10102]=> string(0) "" // CURLOPT_ENCODING
    [10016]=> string(54)
"http://wow.wikibase.nl/index.php/Template:Organization"; // CURLOPT_REFERER
    [10018]=> string(16) "MediaWiki/1.20.0" // CURLOPT_USERAGENT
    [81]=> bool(true) // CURLOPT_SSL_VERIFYHOST = true
    [64]=> bool(true) // CURLOPT_SSL_VERIFYPEER = true
    [10036]=> string(3) "GET" // CURLOPT_CUSTOMREQUEST = "GET"
    [10023]=> array(2) { // CURLOPT_HTTPHEADER
        [0]=> string(63) "Referer:
http://wow.wikibase.nl/index.php/Template:Organization";
        [1]=> string(28) "User-Agent: MediaWiki/1.20.0"
    }
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to