Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67437 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93936 invoked from network); 17 May 2013 07:42:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2013 07:42:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wg0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:53459] helo=mail-wg0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/D2-09204-A4FD5915 for ; Fri, 17 May 2013 03:42:03 -0400 Received: by mail-wg0-f49.google.com with SMTP id j13so3095335wgh.4 for ; Fri, 17 May 2013 00:42:00 -0700 (PDT) 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=cv1DBJdS/+UqAeecHHkdDqAA2LWl5I5ejuEo8/JsaPE=; b=IuNu/YIkcb0iQW2O+eVxJITMbtAHJsSO9Ej79ykkba1KaIzvIoFSeFf8EHmFSfP+pO o2FfPAP0/Ekn0MaGxOse3JoxpD5hRjpiFx9tB6/lcDcEVZZc9ie0M9KJXvHkmkC3PIFI 2bnQZPEUjYgTRuoxSLzJir4glnlg6OnUWovHza2HjrVqJKydh9p1sj/a2YgG6TrNmzaH SZ2wYbORdDUIu9FG9PXa4ahWjUHVmhSHf7BAPqieQUVBsn2aN9F/vfBlsCsi/UXlhRZz ppisVdg7MszuBXxjRIZ/erW4B21Pkbf68uRauMLjW2j+wcQ6Sm4d5gOBnlsxLw9uf81h as8g== MIME-Version: 1.0 X-Received: by 10.180.185.179 with SMTP id fd19mr31406665wic.1.1368776520487; Fri, 17 May 2013 00:42:00 -0700 (PDT) Received: by 10.216.192.66 with HTTP; Fri, 17 May 2013 00:42:00 -0700 (PDT) Received: by 10.216.192.66 with HTTP; Fri, 17 May 2013 00:42:00 -0700 (PDT) In-Reply-To: References: <5194A997.3080304@sugarcrm.com> <51952C04.8080904@sugarcrm.com> Date: Fri, 17 May 2013 08:42:00 +0100 Message-ID: To: Peter Wang Cc: internals@lists.php.net, Stas Malyshev Content-Type: multipart/alternative; boundary=001a11c25e4c47db4804dce51e08 Subject: Re: [PHP-DEV] Memory leak in include()/require() ? From: leight@gmail.com (Leigh) --001a11c25e4c47db4804dce51e08 Content-Type: text/plain; charset=ISO-8859-1 > > > I found that the memory leak is actually related to APC, > > > even with the latest version of PHP (5.3.25) and latest version of APC > > > (3.1.13), Just to make sure it's extra clear, APC 3.1.13 is a beta release. 3.1.14 was released and un-released because of memory leak issues. If you're still using PHP 5.3 you might want to see if the issue is still there in the latest *stable* APC --001a11c25e4c47db4804dce51e08--