Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106755 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41144 invoked from network); 28 Aug 2019 19:48:27 -0000 Received: from unknown (HELO mail-yw1-f52.google.com) (209.85.161.52) by pb1.pair.com with SMTP; 28 Aug 2019 19:48:27 -0000 Received: by mail-yw1-f52.google.com with SMTP id l79so148359ywe.11 for ; Wed, 28 Aug 2019 10:20:39 -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 :cc; bh=BZJ4+3ddSQmsLddRJBsaoJnQ0+1+Lz4noQ9moiUL/HU=; b=RGbdKlzADcVaoTsWzLG8/RWYoLWTMYOIbKfHVEm+YClg3t4NHGgCIp1O3GNuFI4vBz qFzKRp80WfBMDFM7VS46YMmsPNRqbNK8oFwtgMhQEtGqfJx8xIYI4fLbBy0gfw4uLJM9 rjlI7g03IAmgmXC1j+CbC/UnR8nyvk2rnhd/MxFHc+Dr7g+Q5q3OERO6f3gTSZwDE1JL QHjf6F9eUMwksj/deaW0ZriQxHAnhd1nq6NC5VjTzXo86qAKI0sCMf4LCAI4FLDeo51H ZQGf5umVZ20N6mepM5UlCwh1B7i30iX+EHs597A94XpVKSoutUo1c0obtHSf7TX+xx2A MKBg== 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:cc; bh=BZJ4+3ddSQmsLddRJBsaoJnQ0+1+Lz4noQ9moiUL/HU=; b=Be6ME5v1mvnrRldztMOg9fVliKBTYLnX28cM66IptCzj/kxVIB/ejfO4zr/tqfH+iH zmGSWMvrppWaRslo1u/CTAKuox3ha8/GAJ8jt6HoVUBkV/84QfvoWLv+JtlQhUAx0fFs kxulztTmNsLdDGK2yZnGCIHNljhiOx9zuT2KlSX/79y0Bepp6Gze+gVWZ4rKQS9fnBwl 5Y9al66FPZa0Yhy9dZHBuNCweITL/cFvoouNX33Ci/ohyGolI7MCRixgZKbQpCQtyj8i 3LKX1w4JSSrkQoFkQtF+4MWz0XZ0mKBQH/xzbzYJNPBofaqYjaTKH6thT1ZuUznz8fPY lXnw== X-Gm-Message-State: APjAAAV0hNlLRBOD9ss1KyCSubq3GGa/zpN3dEydQF/6w+jtwcpnqPzG unwgkmrYCtvQfk3VwjKLghEBnV6E5qmhfPH2Q9A= X-Google-Smtp-Source: APXvYqwvh3F8dF8Ytlhp87eb6/jdO0lbgHr/zTSumQS02h5WfUG8covJ8TacQO3DlyfO+wffpwy6TMQh944QTCjgVgk= X-Received: by 2002:a81:9a4f:: with SMTP id r76mr4091135ywg.28.1567012838903; Wed, 28 Aug 2019 10:20:38 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 28 Aug 2019 13:20:27 -0400 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000009f14680591309b6b" Subject: Re: [PHP-DEV] [RFC] Reclassifying engine warnings From: matthewmatthew@gmail.com (Matthew Brown) --0000000000009f14680591309b6b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable We log 1 in every 1000 notices, and yes - being notice-free is a goal =E2= =80=93 though not one with any particular timeline at the moment, because we can just ignore the problem. I look forward to not being able to ignore the problem. On Wed, 28 Aug 2019 at 12:55, Zeev Suraski wrote: > > > On Wed, Aug 28, 2019 at 5:22 PM Matthew Brown > wrote: > >> Looking at our notice logs, I estimate (fairly roughly) that it would >> require about a week's worth of my time to fix these issues in vimeo.com >> =E2=80=99s >> 700K LOC codebase (the undefined variables are confined to our views). >> > > Can you elaborate a bit about how you generally deal with notices in > vimeo.com - are you generally aiming to be notice-free? Or is that log > collecting a huge amount of messages? > > Zeev > --0000000000009f14680591309b6b--