Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83019 invoked from network); 16 May 2013 09:47:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2013 09:47:20 -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.179 as permitted sender) X-PHP-List-Original-Sender: ptr.wang@gmail.com X-Host-Fingerprint: 209.85.216.179 mail-qc0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:55697] helo=mail-qc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/52-01984-62BA4915 for ; Thu, 16 May 2013 05:47:19 -0400 Received: by mail-qc0-f179.google.com with SMTP id d1so910319qcz.24 for ; Thu, 16 May 2013 02:47:15 -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=Fnu4ec+ozCZuoPJBUW61yNSizdHCtTUedz+wOhZ42hw=; b=yJ7YVix9/d3EcwDK7ffq6WdqCssY1x63fQbl9YlRlIrD3jCSDItCYv/UuNQHqk1Ydd u8ZUGNm5V4x1XNJ9P2frouwoekkMgTqXe12dJmnmj0sUDCwXJKgVoqsi5XWJp9NuarPd OSLeErd1m0q3QXujqaq50jsgjTYX50kWFNb2dp7GDJ9mBksFFIebpXnMhkNhPNOYr4Rz oMbzV4PxJj2gztzzG69AnwqJY+TUL1Jrp6gBbHah3T36i/cJ2gAIJi40kU1w4JEKdMIH A+qQ+ze+L9Lbc5Op4Ofg7RIVcUFRU7zAmPOZzLm+Rh9hhg+yLN019FQ16MgcaGZdSmNt 0K4Q== MIME-Version: 1.0 X-Received: by 10.224.215.131 with SMTP id he3mr31688308qab.29.1368697635394; Thu, 16 May 2013 02:47:15 -0700 (PDT) Received: by 10.229.202.198 with HTTP; Thu, 16 May 2013 02:47:15 -0700 (PDT) In-Reply-To: <5194A997.3080304@sugarcrm.com> References: <5194A997.3080304@sugarcrm.com> Date: Thu, 16 May 2013 11:47:15 +0200 Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf3005140a5cdd3704dcd2c0df Subject: Re: [PHP-DEV] Memory leak in include()/require() ? From: ptr.wang@gmail.com (Peter Wang) --20cf3005140a5cdd3704dcd2c0df Content-Type: text/plain; charset=ISO-8859-1 I didn't find the history comments of that bug, now I see it, anyway, thanks a lot, sorry for the noise. On Thu, May 16, 2013 at 11:40 AM, Stas Malyshev wrote: > Hi! > > > hi, did anyone come across the memory leak of require()/include(), > > I just saw this bug report: https://bugs.php.net/bug.php?id=47038, > > but it was closed with nothing explained. > > This bug report was closed because the bug it describes was fixed. It is > explained so right on the bug page. > > > the php version I used: > > > > php --version > > PHP 5.3.6-13ubuntu3.9 with Suhosin-Patch (cli) (built: Sep 12 2012 > 19:00:27) > > Copyright (c) 1997-2011 The PHP Group > > Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies > > If you see the memory leak with current version (5.4.15/5.3.25) please > submit a bug report containing the reproduction script and what happens > when you run it. See the guidelines here: > https://bugs.php.net/how-to-report.php > > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > --20cf3005140a5cdd3704dcd2c0df--