Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18647 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54807 invoked by uid 1010); 1 Sep 2005 19:02:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54792 invoked from network); 1 Sep 2005 19:02:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2005 19:02:47 -0000 X-Host-Fingerprint: 64.233.184.204 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.204:12546] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8D/54-15098-75057134 for ; Thu, 01 Sep 2005 15:02:47 -0400 Received: by wproxy.gmail.com with SMTP id 70so216057wra for ; Thu, 01 Sep 2005 12:02:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nWvOvVg8nbvwOjWNIPlPowAm7DriRxFfz+OJHlmi6g8Kp18K/sMfcySMsDP4G1vGY/OU7BjgAhoWwBJGRFOR84Vp4mhBhZPOuBekyQJip3BSZ+rXE6kDhBWCR63bH3/ecaAgJPnIcyXLSlPpRMig7cvcF4ZyE9Ri8Eeg4oyYpxE= Received: by 10.54.32.69 with SMTP id f69mr1446261wrf; Thu, 01 Sep 2005 12:02:44 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Thu, 1 Sep 2005 12:02:44 -0700 (PDT) Message-ID: <57792e85050901120246f1ea70@mail.gmail.com> Date: Thu, 1 Sep 2005 12:02:44 -0700 To: Jani Taskinen Cc: internals In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <57792e8505083117305fe772b9@mail.gmail.com> Subject: Re: [PHP-DEV] Bugs in 5.0.5 and 5.1 RCs From: iamstever@gmail.com (steve) On 9/1/05, Jani Taskinen wrote: > __destruct()'s are called before the user registered shutdown functi= ons. > This will not change so don't bother reporting a bug about this. Eew. Is this a change in 5.0.5? Seemed not to be a problem in 5.0.4. Not that it matters, as long as I know what to expect. Is there a way to know the order of the objects destruction? It seems logical that the least referenced objects would get destroyed first, since they likely hold references to the higher refcounted objects. I could use that to get the same effect though undeterministic. > Provide short (and I mean SHORT) reproducing script before > you report any bugs about this. Not worth it. It is something I can work around. I already have my hands full coming up with short test cases for the bugs in Zend's opcode cache for PHP 5. Thank you for your comments! I got what I needed. -steve--