Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90785 invoked by uid 1010); 3 Oct 2006 16:56:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90770 invoked from network); 3 Oct 2006 16:56:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2006 16:56:51 -0000 Authentication-Results: pb1.pair.com header.from=jon@gamingsolutions.ca; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jon@gamingsolutions.ca; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gamingsolutions.ca from 206.47.199.141 cause and error) X-PHP-List-Original-Sender: jon@gamingsolutions.ca X-Host-Fingerprint: 206.47.199.141 simmts12.bellnexxia.net Solaris 8 (1) Received: from [206.47.199.141] ([206.47.199.141:54960] helo=simmts12-srv.bellnexxia.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/CC-59377-E9B82254 for ; Tue, 03 Oct 2006 12:11:13 -0400 Received: from gs.dynalias.net ([70.52.193.18]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061003161108.SMQ29039.simmts12-srv.bellnexxia.net@gs.dynalias.net> for ; Tue, 3 Oct 2006 12:11:08 -0400 Received: from [192.168.1.112] (unknown [192.168.1.112]) by gs.dynalias.net (Postfix) with ESMTP id DE408E35BB for ; Tue, 3 Oct 2006 12:09:38 -0400 (EDT) Message-ID: <45228BB8.5010908@gamingsolutions.ca> Date: Tue, 03 Oct 2006 12:11:36 -0400 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: internals@lists.php.net References: <45183A84.3070307@gamingsolutions.ca> <10845a340609260051o35d63bb0s7ee57f117eb0f0db@mail.gmail.com> In-Reply-To: <10845a340609260051o35d63bb0s7ee57f117eb0f0db@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Object Memory Leakage... From: jon@gamingsolutions.ca (Jon Anderson) Sorry for the late reply. I was on vacation last week... Richard Quadling wrote: > Using PHP 5.2.0RC5-dev (cli) (built: Sep 18 2006 08:20:52) on Windows > (which has no memory_get_usage() functions), the scripts work fine. I tried again with latest PHP 5.2 CVS (php -v says "PHP 5.2.0RC5-dev (cli) (built: Oct 3 2006 12:00:39)" <- That's 9 minutes ago). The same issues still seem to exist. > Not much help in answering the issue, so maybe this is an issue that > has been fixed already? Since the issue still exists in PHP CVS, perhaps I should file a bug report? jon