Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71402 invoked from network); 27 Feb 2009 03:21:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2009 03:21:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.200.169 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.200.169 wf-out-1314.google.com Received: from [209.85.200.169] ([209.85.200.169:45724] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/B9-30584-E2C57A94 for ; Thu, 26 Feb 2009 22:21:19 -0500 Received: by wf-out-1314.google.com with SMTP id 23so895578wfg.26 for ; Thu, 26 Feb 2009 19:21:16 -0800 (PST) Received: by 10.143.2.20 with SMTP id e20mr1005219wfi.269.1235704875998; Thu, 26 Feb 2009 19:21:15 -0800 (PST) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 20sm7028680wfi.52.2009.02.26.19.21.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Feb 2009 19:21:15 -0800 (PST) Message-ID: <49A75C1F.40401@chiaraquartet.net> Date: Thu, 26 Feb 2009 21:21:03 -0600 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Pierre Joye CC: PHP Internals List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: add "scream" feature to core From: greg@chiaraquartet.net (Greg Beaver) Pierre Joye wrote: > Hi, > > What's about adding what screan (http://pecl.php.net/scream) to the > standard PHP? Everyone needs it and it should be possible to do that > without having to install an extension. > > Comments/objections? If it can be done easily and unobtrusively to existing code, this would be useful to me for those hard-to-catch bugs in old code. Of course, I am one of the people Ilia is referring to who can do a 3-4 second "pecl install" pretty easily, so I don't have a strong stake in the debate either way :) Greg