Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79270 invoked by uid 1010); 4 Feb 2004 17:29:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79235 invoked by uid 1007); 4 Feb 2004 17:29:14 -0000 Date: 4 Feb 2004 17:29:14 -0000 Message-ID: <20040204172914.79233.qmail@pb1.pair.com> To: internals@lists.php.net Organization: X-User-Real-E-Mail: your email address User-Agent: PHP News Reader v2.4.1 (CDSHEEN) Mime-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 8bit X-HTTP-Posting-Host: unknown, unknown X-HTTP-Proxy-Server: 164.129.1.39 References: <20040202153345.96908.qmail@pb1.pair.com> X-Posted-By: 64.21.80.2 Subject: Re: PHP5: Exception not correctly thown with __get, __set and __toString From: stephane.drouard@st.com (Stephane Drouard) The new implementation of exception mechanism solves the problem with __get and __toString, but throwing an exception within __set results in a segmentation fault. Stephane