Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67438 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95974 invoked from network); 17 May 2013 07:49:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2013 07:49:33 -0000 Authentication-Results: pb1.pair.com header.from=ptr.wang@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ptr.wang@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.175 as permitted sender) X-PHP-List-Original-Sender: ptr.wang@gmail.com X-Host-Fingerprint: 209.85.216.175 mail-qc0-f175.google.com Received: from [209.85.216.175] ([209.85.216.175:54045] helo=mail-qc0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/53-09204-C01E5915 for ; Fri, 17 May 2013 03:49:32 -0400 Received: by mail-qc0-f175.google.com with SMTP id a1so1513626qcx.20 for ; Fri, 17 May 2013 00:49:29 -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=cJPXMTybRigiuMhhDsZVJIs4rQBHI2RLi78IftRsW4E=; b=gXX/B8fneADQ4IALHXoMWEskolGSY843RqmSU7SvH1l7aq3s/m3ehLJxvJE8Zf1MMQ Jk4iZwFnow89mDQ7Kzg+Z53sDOAzttS3dEZmyrtr9MJBPL9bAWEAx0bRhb/it/MvYmOu 8BU/zG3v6sEFVh+ykKPzePiCCTH3j8S9abeTpzzj7TPiVBrjm44a1yk0olgoaNkh/w/D I0eP9a7pefP6gME2MFFtmiKK0MoD4kA1aLdm8pU4UWCbqULREkUvAAXi+8pcRbwqr3qH uBoqkE1bRBH8PQK5YWq4dgFiBeuZg1AG4ETdECfF6o4O5LOXhhwCTnu2xmResofh5p/K 2cOg== MIME-Version: 1.0 X-Received: by 10.224.29.6 with SMTP id o6mr35657787qac.58.1368776968841; Fri, 17 May 2013 00:49:28 -0700 (PDT) Received: by 10.229.202.198 with HTTP; Fri, 17 May 2013 00:49:28 -0700 (PDT) In-Reply-To: References: <5194A997.3080304@sugarcrm.com> <51952C04.8080904@sugarcrm.com> Date: Fri, 17 May 2013 09:49:28 +0200 Message-ID: To: Leigh Cc: "internals@lists.php.net" , Stas Malyshev Content-Type: multipart/alternative; boundary=001a11c1de8e0130ca04dce539d8 Subject: Re: [PHP-DEV] Memory leak in include()/require() ? From: ptr.wang@gmail.com (Peter Wang) --001a11c1de8e0130ca04dce539d8 Content-Type: text/plain; charset=ISO-8859-1 Hi, Thanks for your information. I also tested the latest stable version of APC (3.1.9), which has the same problem. On Fri, May 17, 2013 at 9:42 AM, Leigh wrote: > > > > 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 > --001a11c1de8e0130ca04dce539d8--