Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6610 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1481 invoked by uid 1010); 19 Dec 2003 16:42:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1443 invoked by uid 1007); 19 Dec 2003 16:42:40 -0000 Message-ID: <20031219164240.1442.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 19 Dec 2003 18:42:36 +0200 References: <841D90E489448A4F804E1D1B95768BF7D462F7@lis-exchange3.lmu.ac.uk> <20031219141634.GA27956@panix.com> <20031219142636.GB27956@panix.com> <3FE30E95.5090707@cschneid.com> <20031219151338.GA2278@panix.com> <3FE31B63.6010606@cschneid.com> <20031219160642.32915.qmail@pb1.pair.com> <20031219161932.GA11985@panix.com> Lines: 20 User-Agent: KNode/0.7.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 212.47.207.38 Subject: Re: [PHP-DEV] error_handler From: lenar@city.ee (Lenar =?ISO-8859-1?Q?L=F5hmus?=) > Please provide a real world example of why you would need version compare. I wouldn't :) > Error handlers written for PHP 4 (expecting that all errors will go to the > handler) will operate just fine under the new system (where only errors > meeting the error reporting mask get sent to the handler). Ok, I got carried away ... after a bit thinking it seems you are right saying this. But it's not good either stopping my error_handler from being called in PHP5 accordingly to error_reporting() value. This way I might not notice my error handler isn't getting all calls it used to (depends on conf). So IMHO silent behavior change is still worse. > L.