Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106728 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80947 invoked from network); 28 Aug 2019 16:43:53 -0000 Received: from unknown (HELO mail-vs1-f53.google.com) (209.85.217.53) by pb1.pair.com with SMTP; 28 Aug 2019 16:43:53 -0000 Received: by mail-vs1-f53.google.com with SMTP id q16so73898vsm.2 for ; Wed, 28 Aug 2019 07:16:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=fG9SOFJGccvqhoeUG8repjy00qE3+1e/Wj5cDZuidoo=; b=hsXes3qEse5aO5h3GTXyTriYNqPebmTpKZk5IE+U7XqQy58i+Eq/SVxPdhRdgb7+V6 XSNFtmSFbF/KZ25ElK4PVjk9vTkjZjNU27Lm+thom/F11ZTHKDpGrgBrdHECi/0EaLq1 tHPpobnspy8KdkrP6nhanRx9/Fax2PietaYRTV9Bm+UHhoFjYeqnphSYQypXAYKxFoGN J4ddvYwy/s8PrKkzL88rlEjgM2VfUnSkAz1eifDe5BgDmhjSD5GaAgVT/A/fr3EZ7PrO Jy8hnA9B0x9Accg/mxPCo3hRLZBVppfYYCc1an15az0ElgIuzICZ1cdZCyGd53crwOwc wy8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=fG9SOFJGccvqhoeUG8repjy00qE3+1e/Wj5cDZuidoo=; b=S2fXeNpf7hW9QiOOz/MxejITkuN626KLDF4uZX2a1Diplbn7jlyzbh4IPeoVaC+HVv oS+z5oC/vzSVKTP4QrNBgEVWTpSfAXDOo5TfOtpF5KV1C0Z05F6/tYvsPqF6ngTnygdQ 9F9oC8c29+UDDi3bintIxZKYAkcpkBJGSy1nKZYqvwP9AVrVLgv+5zYRZouQOo9fzEL4 kgQOlEI4ojcDvNZOOB1QslUf7l2l4N9uaNqz55m2s5cjuZuC+BFmEDNUpOehT/mIIKkg +8J6q6hm1IzIygo0cZiNqJufMlfvn3RoNr6t2U5T5pj6mcHTn1qMJV46j5SoJJgpBGz9 djVQ== X-Gm-Message-State: APjAAAXkoj2LjJd8s6mvkJ3GOEUXbDrwOQCSbONBJ4yYoOqNgAaHBx+u ORg6/c+O3MW63mYpOD4T5tesjDudOCVNCtNgJHQvslNf X-Google-Smtp-Source: APXvYqyTaxBTN83KCFpWoTB08FG349CCGRNTPf5rYQx3FOBuTeiPv2BiGLTcYIt8IfVuMh+Ggz0PvpXCWEWMraCl35U= X-Received: by 2002:a67:b009:: with SMTP id z9mr2511512vse.27.1567001761910; Wed, 28 Aug 2019 07:16:01 -0700 (PDT) MIME-Version: 1.0 References: <7ddbae5c-7451-4094-8b32-19676128054b@thelounge.net> In-Reply-To: Date: Wed, 28 Aug 2019 10:15:48 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000061941c05912e078e" Subject: Re: [PHP-DEV] [RFC] Reclassifying engine warnings From: chasepeeler@gmail.com (Chase Peeler) --00000000000061941c05912e078e Content-Type: text/plain; charset="UTF-8" Well, one reason I was so vocal about short tags wasn't a love for short tags themselves. It wasn't even to prevent the detrimental effects of removing them. Honestly, the 2nd RFC wasn't a horrible option. It was more about the precedent that it set - pushing huge BC breaks on the users (most of which are voiceless in the process, because they aren't involved in the community at all, most not really aware there is anything to be involved with) with little, if any, positive gain. Let's see how this plays out a bit longer. It's too early to tell if it's a dying attempt to keep pushing those type of changes, which are destined to be rejected, or, evidence that we are still in danger of having such a precedent set. On Wed, Aug 28, 2019 at 10:11 AM Chase Peeler wrote: > > > On Wed, Aug 28, 2019 at 9:55 AM Reindl Harald > wrote: > >> >> >> Am 28.08.19 um 15:48 schrieb Chase Peeler: >> > If it is still done, then I think a deprecation path is a must. As >> > mentioned earlier, this doesn't necessarily mean E_DEPRECATION messages >> - >> > warnings will work too. The key is that error logs with more urgency >> than >> > notices are created that users can use to track down and fix issues. >> >> hell, there are notices for at least a decade >> >> error_log = "/var/log/php_error.log" >> error_reporting = E_ALL >> display_errors = 1 >> >> this is my development *as well* production config on every machine >> since 16 years now and every warning/notice get fixed because every 30 >> minutes the errorlog get mailed to every developer and admin >> >> turn logging on and start cleanup what you would have had a decade time. > > > Am I the only one getting tired of people telling me how I need to operate > just like they do? Everyone's circumstances are different. Just because > something is easy for you, or works well for you, doesn't mean it's easy or > even feasible for someone else. I've learned it's useless to try to explain > how my situation might not be exactly like everyone else's, so I'm not > going to waste the time doing it again. > > Why can't anyone see that taking on these myopic "My situation is the only > valid situation" views are going to kill this language. > > "I always initialize my variables, so, it's no big deal if everyone else > is forced to do so." > "I was able to find and replace all the short tags in my code in 5 > minutes, so it should be easy for everyone else to do as well." > "We fix every single notice within 30 minutes of it popping up in a log. > You should be able to do that as well." > etc. etc. etc. > > Also, if you are going to try and tell me how I should my job, at least > have the guts to reply to the entire list instead of sending it to me in a > private reply. I'm obviously not afraid to turn around to make your reply > public, so it'll save everyone a bit of time. > > -- > Chase Peeler > chasepeeler@gmail.com > -- Chase Peeler chasepeeler@gmail.com --00000000000061941c05912e078e--