Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110302 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 12905 invoked from network); 29 May 2020 19:42:43 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 May 2020 19:42:43 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 53D89180505 for ; Fri, 29 May 2020 11:23:43 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f171.google.com (mail-il1-f171.google.com [209.85.166.171]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 29 May 2020 11:23:42 -0700 (PDT) Received: by mail-il1-f171.google.com with SMTP id a14so3463533ilk.2 for ; Fri, 29 May 2020 11:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=qv9DUgqJYsJKCPOwaN1/LbyNzxa4h0Qw8+2U0ojrLM0=; b=aGoTqYej9rlT+GqyWj6VPnZZeeNJWjNvd684VOQSJ6Q6iYeTwPalPmQiERl/Bcauci eMzGyVaq/qfjafu/dW3TJCK+O5VW/TROHyx+JS/7u7e47tle4pTRak3OIDSj6ZqaPb3M GCf2d2wSkV0z0iu4hzEbUeEc8J4u0gOdSyrApd700m5WadXZpBEE6AuP1aVPkVQmsJeG SQ31Pa53WH6Gyp/9Cqe7Mn1PimpC8xFA7TElgDUxReVCYFYPom7MGybSVszzykwB27TN 3YPuVDxxUu/wtSzD2kgmlgRluh3R7YMkgBbVH2YYvD7tA8HS3D6xWaQ52i40IycbWEQt omPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qv9DUgqJYsJKCPOwaN1/LbyNzxa4h0Qw8+2U0ojrLM0=; b=Ls4Kaa/qUSDmLMGInTRmjPLb2uaQzzR2xvW2VP9bHWDX7uzyRmGOckKRZtU+FZh+h+ uj0N5BdmwHrJoKV9fb4VubXWcjSikrJvplJ/lBnoKdlf9xzCNebZV8uKkIGvsAh/d0k5 70Zbwk4ckM4fhiXdf+DOdcYjw3Ka4xYLfryO3jGretfBz/ufDHiLRdnNeZDgHNUfHAqg T2aKsZRKi/P4FKqkdHSsg/mw63HMc+e04d7Li3HMBJsDYtf40ve9rgWpWNfLoOXuoB8Q RAPtbzGue2RI6tcFZ1161vmNjtz+Uh941Su3YL+o96cPoBtVHTlnmKtW0gh65/X8DFAe mGUg== X-Gm-Message-State: AOAM5319pZHO9Sleh9Z1ROxbTNZkO855Cr5TUt37c678cDqUWMUvekym P4fAqQrVUUuh21Boj2qcBHLEO0HCR+qlygz0TBHJwN2V X-Google-Smtp-Source: ABdhPJxEhC5ZGs2WKB+W6v0U1XhIyuPt7XDUceo3Tbip8w1nN/1D/1KXH0O3Mac76odnh6oi0ljdmaWNwNgo8C+aZZg= X-Received: by 2002:a92:854a:: with SMTP id f71mr6497306ilh.28.1590776619624; Fri, 29 May 2020 11:23:39 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 29 May 2020 21:23:28 +0300 Message-ID: To: Internals Content-Type: multipart/alternative; boundary="000000000000546ff905a6cd8bf9" Subject: RFC: Error backtraces From: maxsem.wiki@gmail.com (Max Semenik) --000000000000546ff905a6cd8bf9 Content-Type: text/plain; charset="UTF-8" Hi, I'd like to present a new RFC for your consideration: https://wiki.php.net/rfc/error_backtraces In a nutshell, I'm proposing to give errors equal rights with exceptions and provide backtraces for them, too. -- Best regards, Max Semenik --000000000000546ff905a6cd8bf9--