Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8656 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71936 invoked by uid 1010); 22 Mar 2004 19:18:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71874 invoked from network); 22 Mar 2004 19:18:08 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 22 Mar 2004 19:18:08 -0000 Received: from [192.168.1.105] (p508EA10C.dip.t-dialin.net [80.142.161.12]) by shiva.mind.de (Postfix) with ESMTP id E692297B4F; Mon, 22 Mar 2004 20:18:07 +0100 (CET) Date: Mon, 22 Mar 2004 20:18:09 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1897596015.20040322201809@marcus-boerger.de> To: su1d Cc: internals@lists.php.net In-Reply-To: <20040322113024.68172.qmail@pb1.pair.com> References: <20040322113024.68172.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.0.0RC1: __toString() problem From: helly@php.net (Marcus Boerger) Hello su1d, due to many problems we disabled that feature for now. We may reenable it for PHP 5.1 if we find a way to solve all related engine problems. marcus Monday, March 22, 2004, 12:30:48 PM, you wrote: > Hi! > It seems like __toString() method is not called as it is announced on > http://www.php.net/zend-engine-2.php > The only working case is when you pass an object to echo(). > Unfortunately, I couldn't check out the bugs DB, because there's no access > to bugs.php.net from my ISP. So, I'm awfully sorry if you're aware of this > issue already, and/or this all has been discussed before.