Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42861 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79253 invoked from network); 28 Jan 2009 08:28:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2009 08:28:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:51220] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/43-49639-C2710894 for ; Wed, 28 Jan 2009 03:28:28 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LS5mb-0008JY-I7; Wed, 28 Jan 2009 08:28:25 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18U7qfYWVcxplR/iyACnG0tYxwo54JES5A= Message-ID: <49801726.80905@sci.fi> Date: Wed, 28 Jan 2009 10:28:22 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: shire CC: PHP Internals List , helly@php.net References: <497F7A42.6020509@tekrat.com> In-Reply-To: <497F7A42.6020509@tekrat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP_5_3 missed merge from PHP_5_2 for write_func callback From: jani.taskinen@sci.fi (Jani Taskinen) Whitespace fixes are evil. Especially when NOT done in every branch like they should. And then this happens.. thanks. Marcus can fix it himself while checking every single file against every branch in /Zend that they're in sync.. --Jani shire wrote: > > 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 >