Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68331 invoked by uid 1010); 11 Jul 2006 16:31:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68315 invoked from network); 11 Jul 2006 16:31:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2006 16:31:31 -0000 X-PHP-List-Original-Sender: mv-php@binarysec.com X-Host-Fingerprint: 193.252.23.111 smtp17.orange.fr Linux 2.4/2.6 Received: from ([193.252.23.111:22679] helo=smtp17.orange.fr) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 50/00-02457-652D3B44 for ; Tue, 11 Jul 2006 12:31:21 -0400 Received: from smtp17.orange.fr (mwinf1703 [172.22.148.25]) by mwinf1705.orange.fr (SMTP Server) with ESMTP id 32CFF1C0255D for ; Tue, 11 Jul 2006 18:10:45 +0200 (CEST) Received: from binarysecfb111 (AStDenis-104-1-18-211.w80-8.abo.wanadoo.fr [80.8.173.211]) by mwinf1703.orange.fr (SMTP Server) with SMTP id B84AD7000094; Tue, 11 Jul 2006 18:08:49 +0200 (CEST) X-ME-UUID: 20060711160849755.B84AD7000094@mwinf1703.orange.fr Message-ID: <009901c6a504$363282d0$6400a8c0@binarysecfb111> To: , "Michael Wallner" References: <97.00.12962.7DE73B44@pb1.pair.com> Date: Tue, 11 Jul 2006 18:08:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] Re: More valuable error message handling From: mv-php@binarysec.com ("Michael Vergoz") Hi Mike For me +1 :) I just have to look at something because i found a mem-leak where you patch (near) I will write a mail soon Mv- -----Original Message ----- From: "Michael Wallner" To: Sent: Tuesday, July 11, 2006 4:53 PM Subject: [PHP-DEV] Re: More valuable error message handling >I wrote: > >> I therefore propose some new functionality with possibly >> this 3 new functions: >> >> - error_get_last() >> Get the last error message. >> >> - error_get_all() >> Get an array of all occurred errors. >> >> - error_clear_all() >> Reset error stack. > > Patch against 5_2: > http://dev.iworks.at/PATCHES/errorstack.diff.txt > > Regards, > -- > Michael > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >