Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67431 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79271 invoked from network); 16 May 2013 09:24:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2013 09:24:39 -0000 Authentication-Results: pb1.pair.com header.from=ptr.wang@gmail.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.3 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.3 plane.gmane.org Received: from [80.91.229.3] ([80.91.229.3:32790] helo=plane.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/91-01984-6D5A4915 for ; Thu, 16 May 2013 05:24:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UcuQN-0002uz-9A for internals@lists.php.net; Thu, 16 May 2013 11:24:35 +0200 Received: from p5DDC45E0.dip0.t-ipconnect.de ([93.220.69.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 May 2013 11:24:35 +0200 Received: from ptr.wang by p5DDC45E0.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 May 2013 11:24:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 16 May 2013 09:24:19 +0000 (UTC) Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 93.220.69.224 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31) Subject: Memory leak in include()/require() ? From: ptr.wang@gmail.com (peter wang) 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. 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