Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5321 invoked by uid 1010); 17 May 2005 15:31:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74216 invoked from network); 17 May 2005 15:06:21 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 17 May 2005 15:06:21 -0000 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:11951] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id CB/42-01538-B0FF9824 for ; Tue, 17 May 2005 10:26:19 -0400 Received: by wproxy.gmail.com with SMTP id 57so1833932wri for ; Tue, 17 May 2005 07:26:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p4r4GZ4pFXENFeUwLY2qeHY0LN/sv3EIYoRF6RmVJdInGRIPhY7HVR0GTF6taU9H7ftArSs+GQqzdEIduVvpcS77enl+tjycQv1bmOBmdAi8I4MHfO6aPub+jvfujOCla2ZMe6ux65bIuLUvvz8fRSGIh024DYVFM/RzuHIFllw= Received: by 10.54.41.77 with SMTP id o77mr4414869wro; Tue, 17 May 2005 07:26:13 -0700 (PDT) Received: by 10.54.77.4 with HTTP; Tue, 17 May 2005 07:26:13 -0700 (PDT) Message-ID: <4e89b42605051707263db90916@mail.gmail.com> Date: Tue, 17 May 2005 10:26:13 -0400 Reply-To: Wez Furlong To: Blake Matheny Cc: Derick Rethans , George Schlossnagle , PHP Developers Mailing List In-Reply-To: <4289FE0C.7060501@3gupload.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4288F183.7010804@3gupload.com> <4289DDBA.8020809@3gupload.com> <4e89b426050517070932202006@mail.gmail.com> <4289FE0C.7060501@3gupload.com> Subject: Re: [PHP-DEV] Patch for php_error_cb From: kingwez@gmail.com (Wez Furlong) You could submit your extension to http://pecl.php.net if you'd like to encourage others to make use of it. --Wez. On 5/17/05, Blake Matheny wrote: > After George's comments, I think I'll just write up an extension and > throw it out there. I can still support a script:,file:,socket:,sql: > convention for naming and meet all of my requirements. Thanks for the > feedback. >=20 > -Blake >=20 > Wez Furlong wrote: > > On 5/17/05, Blake Matheny wrote: > >>- No need to add an extension every time you upgrade PHP > > > > But you still need to write a custom shared library, so this is not > > such a great point. > > > >>- No additional patching (which an extension essentially requires) > > > > But you still need to write a custom shared library. > > > >>- Only adds a couple of extra operations (no performance hit) > >>- Backwards compatible with existing php.ini > > > > I don't think those two points are relevant. > > > >>- Possibility for other prefixes (script:,file:,socket:,etc) > > > > This is the only plus point in your argument, but you should consider > > that we already have a mechanism for logging to files, and no one has > > asked to be able to log to anything else for quite some time. > > > > I think you really need to do some convincing to get the patch in, and > > I don't see many benefits to the majority of PHP users with the patch > > as it stands now. > > > > --Wez. >=20 > -- > Blake Matheny > 3GUpload.com, Inc. > Director of Technology > 317-472-4962 (W) > 317-201-2840 (C) > bmatheny@3gupload.com >