Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106727 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 79156 invoked from network); 28 Aug 2019 16:39:10 -0000 Received: from unknown (HELO mail-vs1-f54.google.com) (209.85.217.54) by pb1.pair.com with SMTP; 28 Aug 2019 16:39:10 -0000 Received: by mail-vs1-f54.google.com with SMTP id q188so53661vsa.4 for ; Wed, 28 Aug 2019 07:11:20 -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=rihrDUdUSiY+PSYl4mp4zIbhJ8o2WoKP1NPf9IamVaQ=; b=M5VkgISeSIYRP73Xu0ViGiWTVWGTCzoySOkdNda0wDJroNFK8eiGwUAhoNjBaB4aIJ jDaR2zU1yUX0Zvk/r12Z2C7yFZAFBsRtayqu7D+bd7hZMH7rgfAiVRj3Ine0JzSdvUMl 9N2sQbjATrGQMYcGx4VyBrhal7rh91+Gaf9kKnJm4ina1zY78flePP3+iiYAS9xyUcCw TYSYrwe8Fx6nMZ1F3GPjTlxjVPILoXAeu7ypgim8arKcpPLR/m7wmKMA7joUEm3MNNUA nEiXvEYdDSZYBhsBqfOACgl5fmMUyrFlLsPDzjTvm3Szstf1w+UmN0cnAtxZ8stzdNZg d9Rg== 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=rihrDUdUSiY+PSYl4mp4zIbhJ8o2WoKP1NPf9IamVaQ=; b=M4xUk3QQcoaC+7jLVJi39FUILw5e1H7JLyfuY5iW5C3MJOJo5iiF/NYT5aRGMGl6aN 6gGQQK9k4TRDFg8dzI8Db/yA6ANDgueW+8XgJTJME6BzfXzqccdS6VYo3L2zF1qcr/Hm p4zcd2RMBfqNeHBY7uIIr1YIRf+IxW1kKwbf6AxB1Rt4p0hTvl7CHmc523gGl4vCvr17 lAGG53HxCFs/KEm2Div9EGZUuXo3C7btTvDCK5rFJ/Vou2bZRg7gufBAXUN1oStTpLaW VeYY7aEdophRhI8jatSvvEZfmlTLduB/nm3n6BF8eOVjHOhbZVILEgVHPziwIfBdRzwK IZRg== X-Gm-Message-State: APjAAAV8/q372Ny3YPVH4ZJApDJn1BoMvzHpsBI4d3l+llCfU1mA14vW 1eFSFkVce+Ot1Dk9/4HtBmhM2OXV47+m33FjcXYRsHvR X-Google-Smtp-Source: APXvYqz4eIpQhvqAPUdZ14qr63dHkBbdvd6fXeGuehCSmi4erlxPmx6IfZUJi31RjhVrOXrufGbuTA2mQN/thF9+fmg= X-Received: by 2002:a67:b009:: with SMTP id z9mr2495437vse.27.1567001479853; Wed, 28 Aug 2019 07:11:19 -0700 (PDT) MIME-Version: 1.0 References: <7ddbae5c-7451-4094-8b32-19676128054b@thelounge.net> In-Reply-To: <7ddbae5c-7451-4094-8b32-19676128054b@thelounge.net> Date: Wed, 28 Aug 2019 10:11:08 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000091b92d05912df6c9" Subject: Re: [PHP-DEV] [RFC] Reclassifying engine warnings From: chasepeeler@gmail.com (Chase Peeler) --00000000000091b92d05912df6c9 Content-Type: text/plain; charset="UTF-8" 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 --00000000000091b92d05912df6c9--