Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58416 invoked from network); 17 Feb 2013 04:32:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2013 04:32:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.44 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.44 mail-vb0-f44.google.com Received: from [209.85.212.44] ([209.85.212.44:44956] helo=mail-vb0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/E2-32672-14D50215 for ; Sat, 16 Feb 2013 23:32:02 -0500 Received: by mail-vb0-f44.google.com with SMTP id fr13so2907021vbb.31 for ; Sat, 16 Feb 2013 20:31:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding :x-gm-message-state; bh=xC4gwij9aiBWyy7cBCmCCC3fC3c+bbLFDeulnEvWQvY=; b=jDHSeDIH0fWrqme/lJka49uxQyj0TrZZgAxp/gUPqrL2qLIv81jTL8vEBebvgrH+5N 3EEySmolejil5myf5Lw1wiBGAV3ujPmBg0vxrDC9ac7Epc6dSTmGjDQw1sHqi2uVS7l4 jvW2Khca7egLrqwJw0FlddQsCjae2RmuuUUhC/sYsrKUbdTumJDMD8yYKGpcW+WmkezW Xp6BG1fhPWfZn8r12LUbWXZW7gkGfwqzHuPFZS2XnmTHpdd1UDYAYv5HiCXCJtuQEpmd SBUfd81vldlgtnL4x8QBD+stt/N14nV9Vkdtsm9Hph2IOc8FTFSyDioElW9ihfiQTz2h B1YA== X-Received: by 10.52.175.9 with SMTP id bw9mr8835872vdc.28.1361075519058; Sat, 16 Feb 2013 20:31:59 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id yu4sm89275973veb.7.2013.02.16.20.31.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Feb 2013 20:31:58 -0800 (PST) Message-ID: <51205D3C.8010505@lerdorf.com> Date: Sat, 16 Feb 2013 20:31:56 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: PHP internals X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmQpC9lKW2wdbCPR01LN8mlJayt2JM1yKW3rKBT3KjAvyrgwvxBYgPdqb4sH8BAe4HyVsZt Subject: Bug hunt From: rasmus@lerdorf.com (Rasmus Lerdorf) As we are nearing the final push for the 5.5 release pending the opcode cache question, could we do a bug killing push please? We have quite a few old open bugs sitting around that would be good to take a second look at. Either search https://bugs.php.net for open bugs in the areas that interest you or just keep hitting https://bugs.php.net/random until you get one you think you can add something useful to. Even if you can't necessarily fix it, simply checking to see if the bug is still reproducable/relevant is valuable information for us. -Rasmus