Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93900 invoked from network); 14 Jun 2008 21:38:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2008 21:38:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Received: from [66.249.92.170] ([66.249.92.170:65072] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/5F-06776-75A34584 for ; Sat, 14 Jun 2008 17:38:32 -0400 Received: by ug-out-1314.google.com with SMTP id h3so235839ugf.29 for ; Sat, 14 Jun 2008 14:38:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=1hB1g92+R26xWf7vNQrwV9fTA5Fyc5BjlyQMB6oAE+Y=; b=MeqDfb871XjxqfqKmhPgMpQyF27XYsTgs9louEn6S4bqK8AdXIQhP+AOcdozKQBtt+ wfR58bzkmoUn5gBu/6dghQVBFF5nKj6dXALjX5qKUx7J+JLwt90YeVpif0/nEXTEEs38 +UG8zjHIQemRA6L2dhLuDkUdmYyfeEgbW5y1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RTbVTWpVNc/O1yHa2z8b7A9kltlkwSotLPHhzJxxAXpx+4zF0TA3OLlywNz49++O// oCqvx/GFxrrCbVlSNfCnlPxjLf3c6OXB9DHcOuVek35QaWDsrn9VUC+FRK3ekoPVurZ0 2xIlppgoZu/VHrgIxJO8T5yiKUu4r6mInvgZY= Received: by 10.66.236.13 with SMTP id j13mr3487885ugh.7.1213479508380; Sat, 14 Jun 2008 14:38:28 -0700 (PDT) Received: by 10.67.25.8 with HTTP; Sat, 14 Jun 2008 14:38:28 -0700 (PDT) Message-ID: <7f3ed2c30806141438w7e005807tfadcaa87b899f875@mail.gmail.com> Date: Sat, 14 Jun 2008 23:38:28 +0200 To: "Nathan Nobbe" Cc: internals@lists.php.net In-Reply-To: <7dd2dc0b0806141416x7dbe67feq777b3866f670add2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7dd2dc0b0806141416x7dbe67feq777b3866f670add2@mail.gmail.com> Subject: Re: [PHP-DEV] documentation on php.net From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Sat, Jun 14, 2008 at 23:16, Nathan Nobbe wrote: > one of the classes documented on php.net, HttpRequestPool, is not entirely > documented correctly. > > http://www.php.net/manual/en/class.httprequestpool.php Fixed, thanks for the heads up. > > as you can see, it is documented as if the class were HttpMessage. who is > the correct person / list / w/e to contact w/ such information, so that it > can be corrected ? In the future; http://bugs.php.net or phpdoc@lists.php.net (preferably the bug tracker though). -Hannes