Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43348 invoked from network); 22 Oct 2008 09:36:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2008 09:36:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:58249] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/8C-62149-534FEF84 for ; Wed, 22 Oct 2008 05:36:53 -0400 Received: from [83.228.56.37] (port=2255 helo=pc) by host.fmethod.com with esmtpa (Exim 4.69) (envelope-from ) id 1Ksa94-00088v-8B for internals@lists.php.net; Wed, 22 Oct 2008 04:36:50 -0500 Message-ID: To: References: <48FED6DA.2090400@naenius.com> <2B4E043EDD2C4659A56F0E3098F84913@pc> Date: Wed, 22 Oct 2008 12:36:45 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 x-mimeole: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: Re: [PHP-DEV] Destructor Order From: sv_forums@fmethod.com ("Stan Vassilev | FM") Hi, Naturally this line: "$this->addObject($this, $priority);" was meant to be: $destructManager->addObject($this, $priority);" ... Regards, Stan Vassilev