Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57748 invoked by uid 1010); 8 Oct 2007 17:31:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57733 invoked from network); 8 Oct 2007 17:31:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2007 17:31:48 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.184.226 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.226] ([64.233.184.226:27240] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/55-22438-D796A074 for ; Mon, 08 Oct 2007 13:31:45 -0400 Received: by wr-out-0506.google.com with SMTP id 58so736152wri for ; Mon, 08 Oct 2007 10:31:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=espVFYYiWeVT6O2wW1QZw1HkfJVuo5h691cVCguOZ/o=; b=MjxYf8H1+I0zLSa2PczCYFH7xOfnkn8QlMOA38czvYmhNNjU40D9yVHSL5FKP4ILOMNYXNrzGITq+gpGggWInFyCGh0bFfdJTuzB+5mSAsE1UdlFOK8CciGH0oNIB2goWHQ4B8cuSnyhrjpg3Egxwml0N1kt4Ghf041NmxgeCk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D9uBbXNbIEMih/W0ZncdskAmwr4MEM6DgY3v6UzK4hyRyb/fNn+P5BVcWjBBVgdumaZDpjjiopfeeFZMl0GCloByOy6I0KTQcjinlSoxPWCxG3d3AvSlW0LL9+t2z6QOz7KvxRe5sBovWtrN30Z1wmA0WJ05acWMtsUpZTchXVg= Received: by 10.90.89.5 with SMTP id m5mr4044995agb.1191864698849; Mon, 08 Oct 2007 10:31:38 -0700 (PDT) Received: by 10.90.84.5 with HTTP; Mon, 8 Oct 2007 10:31:38 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 21:31:38 +0400 To: "Tony Bibbs" Cc: internals@lists.php.net In-Reply-To: <339257.69263.qm@web706.biz.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <339257.69263.qm@web706.biz.mail.mud.yahoo.com> Subject: Re: [PHP-DEV] Reference cycle collector patch From: indeyets@gmail.com ("Alexey Zakhlestin") On 10/8/07, Tony Bibbs wrote: > For the untrained eye, would this then fix these bugs? > > http://bugs.php.net/bug.php?id=33595 yes > http://bugs.php.net/bug.php?id=33487 no by the way, 33487 is not really a bug if it is stated this way. the proper bug description for 33487 would be: "there is no mechanism in zend_object_storage to free unused memory during script execution" -- Alexey Zakhlestin http://blog.milkfarmsoft.com/