Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7098 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13707 invoked by uid 1010); 14 Jan 2004 13:08:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13683 invoked from network); 14 Jan 2004 13:08:14 -0000 Received: from unknown (HELO mail.myphorum.de) (194.25.82.254) by pb1.pair.com with SMTP; 14 Jan 2004 13:08:14 -0000 Received: from localhost (myphorum [127.0.0.1]) by mail.myphorum.de (Postfix) with ESMTP id D4B952743DE; Wed, 14 Jan 2004 14:08:13 +0100 (CET) Received: from mail.myphorum.de ([127.0.0.1]) by localhost (myphorum.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25968-02; Wed, 14 Jan 2004 14:08:13 +0100 (CET) Received: from db.myphorum.de (host-184-82-25-194.net-build.de [194.25.82.184]) by mail.myphorum.de (Postfix) with ESMTP id 3AA26274488; Wed, 14 Jan 2004 14:08:13 +0100 (CET) X-Originating-IP: [unknown] To: "Andi Gutmans" , internals@lists.php.net Date: Wed, 14 Jan 2004 13:08:12 +0000 Message-ID: <20040114.gGX.95897000@db.myphorum.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: AngleMail for phpGroupWare (http://www.phpgroupware.org) v 0.9.99.008 X-Virus-Scanned: by amavisd-new at mysnip.de Subject: Re: [PHP-DEV] Leak Script From: thomas-lists@myphorum.com ("Thomas Seifert") Andi Gutmans (andi@zend.com) schrieb: > > These are not *real* memory leaks because they are cleaned up at the end of > the request. > Hi Andy, thanks a lot for making this clear. Thats why I told that I'm not sure if I understand this right ;-). Thomas