Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73591 invoked from network); 27 Jan 2009 21:19:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2009 21:19:03 -0000 Authentication-Results: pb1.pair.com header.from=shire@tekrat.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=shire@tekrat.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tekrat.com from 69.63.177.213 cause and error) X-PHP-List-Original-Sender: shire@tekrat.com X-Host-Fingerprint: 69.63.177.213 sizzo.org Linux 2.6 Received: from [69.63.177.213] ([69.63.177.213:39592] helo=sizzo.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/97-32045-54A7F794 for ; Tue, 27 Jan 2009 16:19:02 -0500 Received: from shirebook.local (unknown [172.24.57.118]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by sizzo.org (Postfix) with ESMTPSA id 9A0D56D4944 for ; Tue, 27 Jan 2009 13:18:58 -0800 (PST) Message-ID: <497F7A42.6020509@tekrat.com> Date: Tue, 27 Jan 2009 13:18:58 -0800 User-Agent: Postbox 1.0b4 (Macintosh/2009012419) MIME-Version: 1.0 To: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP_5_3 missed merge from PHP_5_2 for write_func callback From: shire@tekrat.com (shire) I came across a problem in PHP_5_3 and HEAD because I was using a feature added in PHP_5_2. It doesn't look like it was merged to HEAD to me, and then due to a merge from HEAD->PHP_5_3 it removed the changes made in PHP_5_2. This was for the write_func call back in print_zval_r_ex. Original commit to PHP_5_2: http://cvs.php.net/viewvc.cgi/ZendEngine2/zend.c?r1=1.308.2.12.2.10&r2=1.308.2.12.2.11 The merge from HEAD to PHP_5_3 that reverted it: http://cvs.php.net/viewvc.cgi/ZendEngine2/zend.c?r1=1.308.2.12.2.35.2.2&r2=1.308.2.12.2.35.2.3& Let me know if I missed something or if it would help if I put together a patch to rectify it. I'm currently using this to print out values in the xLog extension (http://tekrat.com/php/xlog/) Thanks, -shire