Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57535 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 540 invoked from network); 27 Jan 2012 14:55:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2012 14:55:43 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:58100] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/42-18017-EEAB22F4 for ; Fri, 27 Jan 2012 09:55:43 -0500 Received: by lahg1 with SMTP id g1so1083526lah.29 for ; Fri, 27 Jan 2012 06:55:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=K5Fca+oqLfIZv0mmpQwk5P2W2Y+l9TduY2QkK5Yq4aM=; b=OPuN2NAhYumvlwH03ED4Y51gaGEuWnPUEz+ZYDT02OHUncoOqiULcpIhuPoP7Rb54Z h9eN9JGlISCSwYMZbXRF7C+s8LP3NdtSyWbN8nfRaHrQiYVK/U0rHp1L+zmacRCKm6Hw l/XAeRj7AiPZIIoYKXkvd76LMP2zG34V44/Lo= MIME-Version: 1.0 Received: by 10.152.146.163 with SMTP id td3mr3672370lab.6.1327676139718; Fri, 27 Jan 2012 06:55:39 -0800 (PST) Received: by 10.152.18.166 with HTTP; Fri, 27 Jan 2012 06:55:39 -0800 (PST) Date: Fri, 27 Jan 2012 15:55:39 +0100 Message-ID: To: PHP internals Cc: Stas Malyshev , David Soria Parra Content-Type: text/plain; charset=ISO-8859-1 Subject: [PHP-DEV] [PATCH] Bug #52719: array_walk_recursive crashes if third param of the function is by reference From: nikita.ppv@googlemail.com (Nikita Popov) Hi internals! I added a patch for https://bugs.php.net/bug.php?id=52719, which fixes the crash / memleak. All tests run fine (apart from those that always fail). I think the patch could be applied to all branches, but not sure whether it is critical enough to land on 5.4 now or whether I should wait until after the release. Nikita