Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42459 invoked by uid 1010); 11 Jul 2006 15:21:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42444 invoked from network); 11 Jul 2006 15:21:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2006 15:21:02 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from ([80.123.98.46:6097] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 44/90-38316-ED1C3B44 for ; Tue, 11 Jul 2006 11:21:02 -0400 Message-ID: <44.90.38316.ED1C3B44@pb1.pair.com> To: internals@lists.php.net Date: Tue, 11 Jul 2006 17:21:09 +0200 User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 References: <97.00.12962.7DE73B44@pb1.pair.com> <44B38343.9030403@zend.com> In-Reply-To: <44B38343.9030403@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: Re: [PHP-DEV] Re: More valuable error message handling From: mike@php.net (Michael Wallner) Antony Dovgal wrote: > On 11.07.2006 14:38, Lukas Smith wrote: >> Michael Wallner wrote: >> >>> - error_get_last() >>> Get the last error message. >> >> my wish would be that this one should work even if track_errors is not >> enabled. > > Yes, these functions should not depend on any INI directives. I'm with Ilia and think that there should be the possibility to disable this and track_errors seems like the perfect and already existing fit. Regards, -- Michael