Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2245 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57445 invoked from network); 9 Jun 2003 04:08:14 -0000 Received: from unknown (HELO hasele) (216.179.73.23) by pb1.pair.com with SMTP; 9 Jun 2003 04:08:14 -0000 Received: by hasele (Postfix, from userid 1000) id 60B8A4EA0C; Mon, 9 Jun 2003 00:02:24 -0400 (EDT) To: internals@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1055131343.22155.6.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (Preview Release) Date: 09 Jun 2003 00:02:23 -0400 Subject: ze2 bug? From: sterling@bumblebury.com (Sterling Hughes) Hi, Apparently on request shutdown all objects that aren't free'd in the script don't get free'd. This is a very bad thing when it comes to handling overloads, as sometimes you can have multiple objects pointing at the same source, and you don't want to free underlying source until the last object is free'd. Is there anyway to "clean" the overloaded objects at request shutdown and call the dtor. -Sterling -- "First they ignore you, then they laugh at you, then they fight you, then you win." - Gandhi