Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65898 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83744 invoked from network); 17 Feb 2013 12:30:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2013 12:30:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.174 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.174 mail-ob0-f174.google.com Received: from [209.85.214.174] ([209.85.214.174:49028] helo=mail-ob0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/12-65378-95DC0215 for ; Sun, 17 Feb 2013 07:30:18 -0500 Received: by mail-ob0-f174.google.com with SMTP id 16so4887631obc.33 for ; Sun, 17 Feb 2013 04:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=RTk/u4b95mXWYvmGr902UDU5BrcB1iJ+6VrMoMPWuQ4=; b=KHfTixr67lLCiOPh3LAbC45A1AFA4MStZeAY0VlTV5trOhgpfUTQ5EdKLMHZmJy90+ oiAVwduo8rlp3JrLpg9DrW3/w5mQIHaxxi2Br30vywg5KPM7SCrf4J1Zou11mpL3N0Rp 0KMqDzedV2bkCCe8F0hSfJFvx7448yYMR7P5LniaK0g0jJZKiBHKiEPiiemE4OoK4qM0 hhB3mmchpSrT9jR0mJxdottohvrGIba9bxeVFOdngcTARO1zrvVVPK/zgOP6/9hM70hM jUa+DjU8pQn2wJol3EAJC4l9inEC5bhUpQnnZn6NzALP69Qt9sPMVqzUeuLvIbGLZYY6 9Vlw== MIME-Version: 1.0 X-Received: by 10.60.0.129 with SMTP id 1mr1187545oee.5.1361104215085; Sun, 17 Feb 2013 04:30:15 -0800 (PST) Received: by 10.182.49.136 with HTTP; Sun, 17 Feb 2013 04:30:14 -0800 (PST) In-Reply-To: <51205D3C.8010505@lerdorf.com> References: <51205D3C.8010505@lerdorf.com> Date: Sun, 17 Feb 2013 13:30:14 +0100 Message-ID: To: Rasmus Lerdorf Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8fb204863e143904d5eac522 Subject: Re: [PHP-DEV] Bug hunt From: nikita.ppv@gmail.com (Nikita Popov) --e89a8fb204863e143904d5eac522 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Feb 17, 2013 at 5:31 AM, Rasmus Lerdorf wrote: > 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 > By the way, if you want to use the random feature, but don't want to click through all those PECL bugs you can also use the "advanced search" form and select "Sort by random" on the right (and specify whatever packages you're interested in). Nikita --e89a8fb204863e143904d5eac522--