Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69609 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38710 invoked from network); 17 Oct 2013 12:31:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2013 12:31:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=brianofish@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@bof.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.175 as permitted sender) X-PHP-List-Original-Sender: brianofish@gmail.com X-Host-Fingerprint: 209.85.215.175 mail-ea0-f175.google.com Received: from [209.85.215.175] ([209.85.215.175:39159] helo=mail-ea0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/95-12663-7B8DF525 for ; Thu, 17 Oct 2013 08:31:51 -0400 Received: by mail-ea0-f175.google.com with SMTP id m14so1023364eaj.34 for ; Thu, 17 Oct 2013 05:31:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=k4sDTpmO4aF7ydSNz3J8tEKki1rIKVBXIUxQ8A1nPqo=; b=SknceUNGvMAfu0YmaARkuQSwhkeSfW7RuU7ZeUrxPQMeN+neKM3SYZSLzm84aojNpi 9z7h9XhvabGywssh5Nuw3YohBAUz6qBmU+NUh+zOZ2kcWTVQF8eRALWubN4D5arTDjpQ NqNStOwwI6Nxam6BeOKseruVQ/EGs3KbQGqwwXJ1hdmyzP23xMhle+2hAnFd7/bAoY+5 zvFrlpiyKVBqGmdC03VxfQmrQksuoag6RlYFE4nCSd+nGs8ok2XYXjVgOczK4DSRBDpG AzEzeontjsEx4jCnV34El1HT8xQVNaXW9Zb22RU3PhQoqN65Tb8JLOmY1CRaLJASWS4w Lceg== X-Received: by 10.14.37.4 with SMTP id x4mr12550686eea.16.1382013107753; Thu, 17 Oct 2013 05:31:47 -0700 (PDT) Received: from rofl.localnet (p5DCB3390.dip0.t-ipconnect.de. [93.203.51.144]) by mx.google.com with ESMTPSA id z12sm192344704eev.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Oct 2013 05:31:46 -0700 (PDT) To: internals@lists.php.net Cc: Julien Pauli , Joe Watkins Date: Thu, 17 Oct 2013 14:31:43 +0200 Message-ID: <1534105.bNC2os93J1@rofl> User-Agent: KMail/4.11.2 (Linux/3.11.4-k10-bof; KDE/4.11.2; x86_64; ; ) In-Reply-To: References: <525FC834.4060501@php.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="nextPart1720726.o1m8HmyFHd" Content-Transfer-Encoding: 7Bit Subject: Re: [PHP-DEV] Assertions From: php@bof.de (Patrick Schaaf) --nextPart1720726.o1m8HmyFHd Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" > However, I still continue to think that assertions should stay assertions, > aka : run time fatal errors when enabled. Yes! And Coredump! And a debugger that lets me load that later + examine stack and all other state! BTW, http://www.php.net/manual/de/debugger-about.php link to DBG leads to a nonexisting page http://www.php-debugger.com/dbg/ best regards Patrick --nextPart1720726.o1m8HmyFHd--