Please apply printf bugfix

php.internals

Markus Bertheau

21 years ago
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 <twanger@bluetwanger.de>