Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51249 invoked by uid 1010); 15 Apr 2004 23:11:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51080 invoked from network); 15 Apr 2004 23:11:39 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 15 Apr 2004 23:11:39 -0000 Received: from [192.168.1.105] (p508EAB8A.dip.t-dialin.net [80.142.171.138]) by shiva.mind.de (Postfix) with ESMTP id 7940697B4F; Fri, 16 Apr 2004 01:11:34 +0200 (CEST) Date: Fri, 16 Apr 2004 01:11:55 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <136791959062.20040416011155@marcus-boerger.de> To: Eric Lambart Cc: internals@lists.php.net In-Reply-To: <1082064607.1351.11.camel@wkstn1> References: <1082064607.1351.11.camel@wkstn1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] fix for inconsistent output of spprintf() (for %p specifier) From: helly@php.net (Marcus Boerger) Hello Eric, thanks for noticing. marcus Thursday, April 15, 2004, 11:30:07 PM, you wrote: > Hello folks, > In all functions using spprintf(), the output corresponding to the > format conversion specifier "%p" depends on the value of the > *previously* converted argument (if any), not just the pointer > corresponding to the specifier. [...]