Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23233 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22490 invoked by uid 1010); 10 May 2006 19:35:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22474 invoked from network); 10 May 2006 19:35:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2006 19:35:08 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:39591] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4D/09-19568-B6042644 for ; Wed, 10 May 2006 15:35:07 -0400 Received: from baumbart.mbo (dslb-084-063-030-170.pools.arcor-ip.net [84.63.30.170]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 664A435C1E7; Wed, 10 May 2006 21:35:03 +0200 (CEST) Date: Wed, 10 May 2006 21:35:10 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1707247024.20060510213510@marcus-boerger.de> To: Rob Richards Cc: internals In-Reply-To: <4461FA24.1040007@ctindustries.net> References: <4461FA24.1040007@ctindustries.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] patch: zend.c missing call for cast_object handler From: helly@php.net (Marcus Boerger) Hello Rob, thanks a lot for the patch and the commits. best regards marcus Wednesday, May 10, 2006, 4:35:16 PM, you wrote: > In zend_make_printable_zval, it looks like code for an object's > cast_object handler was missed when synching. > Rob