Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87157 invoked by uid 1010); 8 Nov 2004 12:40:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87132 invoked from network); 8 Nov 2004 12:40:45 -0000 Received: from unknown (HELO web11.manitu.net) (217.11.48.111) by pb1.pair.com with SMTP; 8 Nov 2004 12:40:45 -0000 Received: from [62.165.4.166] (dicaprio.akademie1.de [62.165.4.166]) (authenticated) by web11.manitu.net (8.10.2-SOL3/8.10.2) with ESMTP id iA8CecX19859 for ; Mon, 8 Nov 2004 13:40:38 +0100 To: internals@lists.php.net Content-Type: text/plain Message-ID: <1099917638.2648.7.camel@dicaprio.akademie1.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Mon, 08 Nov 2004 13:40:39 +0100 Content-Transfer-Encoding: 7bit Subject: Please apply printf bugfix From: twanger@bluetwanger.de (Markus Bertheau) Hi, some time ago I prepared a patch that corrects a bug in the printf family of functions. The patch makes printf not throw a warning about too few parameters when there really are enough parameters. The patch itself is at http://www.bluetwanger.de/~mbertheau/formatted_print.c.patch and is for PHP 5. The one who originally wrote the code in question approves of the patch and says it should be applied to PHP4 too. Please refer to the bug report: http://bugs.php.net/bug.php?id=29733 Please apply the patch for 5.0.3. Thanks -- Markus Bertheau