Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22159 invoked from network); 8 Aug 2011 10:47:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2011 10:47:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.161.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:38827] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/60-17191-1CEBF3E4 for ; Mon, 08 Aug 2011 06:47:30 -0400 Received: by fxe23 with SMTP id 23so3124637fxe.29 for ; Mon, 08 Aug 2011 03:47:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.128.209 with SMTP id l17mr719269bks.165.1312800445901; Mon, 08 Aug 2011 03:47:25 -0700 (PDT) Received: by 10.204.130.198 with HTTP; Mon, 8 Aug 2011 03:47:25 -0700 (PDT) In-Reply-To: References: <4E3E0155.5050702@lerdorf.com> Date: Mon, 8 Aug 2011 06:47:25 -0400 Message-ID: To: Scott MacVicar Cc: Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Coverity Scan From: ilia@prohost.org (Ilia Alshanetsky) Scott, I've looked through most of the changes (some are even mine ;-) ) and they seem to be fairly harmless initialization tweaks etc... As it stands I think we should be in good shape to package 5.3.7 on Wed and finally get it out of the door. On Mon, Aug 8, 2011 at 3:18 AM, Scott MacVicar wrote: > On 6 Aug 2011, at 20:07, Rasmus Lerdorf wrote: > >> Coverity has run a new scan of trunk and there are a lot of valid >> issues. You have probably noticed that I have started to fix some of >> them, but there are 500+ to go, so I could use some help. The following >> people already have Coverity accounts: >> >> andi, antony, colder, derick, dmitry, helly, iliaa, jcogg, joey, kmori, >> mike, nickpj, nlopess, phoddie, rui, sas, scottmac, sean, sesser, slif, >> steph, tgoldstein, thiago, wez and zeev >> >> If you would like to help out and you don't have an account, please send >> me an email or catch me on irc and I will get you set up. >> >> Once you have an account, go to: >> >> http://scan.coverity.com/rung2.html >> >> And click on the "Sign in" link next to PHP >> >> If you start working on fixing one of these, please assign it to >> yourself first within the Coverity UI so others will know. > > All these changes to PHP 5.3 scare me, I was hoping we'd see 5.3.7 released sooner but after all these changes I think we'll need some more RCs out. > > Thoughts ilia? > > - S