Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16715 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56267 invoked by uid 1010); 16 Jun 2005 03:07:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56252 invoked from network); 16 Jun 2005 03:07:06 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 16 Jun 2005 03:07:06 -0000 X-Host-Fingerprint: 64.233.162.203 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.203:31277] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id B0/67-20931-8DCE0B24 for ; Wed, 15 Jun 2005 23:07:06 -0400 Received: by zproxy.gmail.com with SMTP id 12so105052nzp for ; Wed, 15 Jun 2005 20:07:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JKX7A0eG9R6hm9XeWm2/2zEG6Akz1N1oBofc/Se9YtL1QizPBpIVLPfxnMn0ZpMETCL0igz0nlUv9eaA+rilN1cpmimryTpbHoPvJJYjQcejPcezDj+H9A6g2eoaG6h4+VXNqNbEu5nqtyD5695E9p5z85Qtd+j8mIyWg3u3RRU= Received: by 10.36.71.13 with SMTP id t13mr126494nza; Wed, 15 Jun 2005 20:07:01 -0700 (PDT) Received: by 10.36.75.3 with HTTP; Wed, 15 Jun 2005 20:07:01 -0700 (PDT) Message-ID: <30bd80240506152007640fd942@mail.gmail.com> Date: Wed, 15 Jun 2005 23:07:01 -0400 Reply-To: =?ISO-8859-1?Q?Nicolas_B=E9rard_Nault?= To: PHP Development Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Destructors not implicitly called From: nicobn@gmail.com (=?ISO-8859-1?Q?Nicolas_B=E9rard_Nault?=) I use a lot of unserialized objects and realised that destructors do not get called implicitly for them. Is this the intended behavior ? Precisions on this would be greatly appreciated, thank you.