Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33458 invoked by uid 1010); 18 Dec 2003 18:11:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33420 invoked from network); 18 Dec 2003 18:11:05 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 18 Dec 2003 18:11:05 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBIIAx6g031803; Thu, 18 Dec 2003 19:11:00 +0100 Date: Thu, 18 Dec 2003 19:10:59 +0100 (CET) X-X-Sender: derick@localhost To: Greg Beaver cc: Daniel Convissor , PHP Internals List In-Reply-To: <3FE1E851.6090803@chiaraquartet.net> Message-ID: References: <20031218124303.18e22274.paj@pearfr.org> <20031218140527.GA26390@panix.com> <3FE1D96B.3090308@chiaraquartet.net> <20031218170305.GA16670@panix.com> <3FE1DEF9.4060705@chiaraquartet.net> <20031218171530.GA17635@panix.com> <3FE1E318.3060004@cschneid.com> <3FE1E851.6090803@chiaraquartet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] B3, pear segfault, and msgs about deprecated From: derick@php.net (Derick Rethans) On Thu, 18 Dec 2003, Greg Beaver wrote: > At the least, this needs to be added to the thin-changes file, as it > will bork any script that uses a custom error handler and has PHP 4 objects. It won't bork all scripts with a custom errorhandler if their default action is to ignore core and other errors but only handle the ones they should handle. I do agree that it should be mentioned in the changes file though. Derick