Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1438 invoked from network); 27 Oct 2008 18:59:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2008 18:59:12 -0000 Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.24 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.24 gmp-eb-inf-2.sun.com Solaris 10 (beta) Received: from [192.18.6.24] ([192.18.6.24:51886] helo=gmp-eb-inf-2.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/69-34199-E7F06094 for ; Mon, 27 Oct 2008 13:59:11 -0500 Received: from fe-emea-09.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m9RIx7cS004116 for ; Mon, 27 Oct 2008 18:59:07 GMT Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K9E00501VEGA200@fe-emea-09.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Mon, 27 Oct 2008 18:59:07 +0000 (GMT) Received: from [192.168.1.103] ([93.104.102.72]) by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K9E00LE1VEI4U90@fe-emea-09.sun.com>; Mon, 27 Oct 2008 18:59:07 +0000 (GMT) Date: Mon, 27 Oct 2008 19:59:00 +0100 In-reply-to: <19.DC.27717.E51E7D84@pb1.pair.com> Sender: Johannes.Schlueter@Sun.COM To: Michael Wallner Cc: internals@lists.php.net, Lukas Kahwe Smith Message-ID: <1225133940.6991.28.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain Content-transfer-encoding: 7BIT References: <19.DC.27717.E51E7D84@pb1.pair.com> Subject: Re: [PHP-DEV] Adding pecl/http to core From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2008-09-22 at 20:17 +0200, Michael Wallner wrote: > I wonder what the general opinion is on adding pecl/http to the main PHP > distribution? Many people have poked me in the past, so I guessed it's > time to ask me and you that question once for all. I didn't took a deeper look at it yet, just some doc reading. One thing I found was that it's using tons of ini settings. Having ini setting means that an admin might break apps without really knowing. I think it's fine to have settings for limitations on pconnects, but stuff like http.request.methods.allowed or http.only_exceptions should imo be set as object properties (or similar), not globally using ini settings. johannes