Yep, I think tests/strings/printf_64bit.phpt should actually cover
this one though (once I commit the changes to fix these tests I
broke). Let me know if you need any more specific tests though,
basically printf("%u", -1) is now 18446744073709551615 rather than
4294967295 on 64-bit.
O
Brian,
Can you please add a test case.
Thanks,
Ilia
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Just a grammar nit-pick, but in those new error messages, "then" should be
"than." :-)
Fixed, thanks.
Also, just noticed the period at the end of the messages, which
the vast majority of messages elsewhere don't have, so seems like they
should be removed. (I sent a patch a few months ago to
Hi Ilia,
- Original Message -
From: "Ilia Alshanetsky"
Sent: Saturday, January 13, 2007
> iliaa Sat Jan 13 16:32:29 2007 UTC
>
> Modified files:
> /php-src/ext/standard formatted_print.c
> Log:
>
> MFB: Improve validation of argnum, width and precision.
> [.
On 12/06/2006 05:18 PM, Matt Wilmas wrote:
Hi Antony,
The changes to formatted_print.c caught my eye because I was going to
inquire about/resubmit a patch from August to add new features the the
*printf() functions... :-) I see you've added g/G (and E). In
appenddouble, however, I noticed that
Hi Antony,
The changes to formatted_print.c caught my eye because I was going to
inquire about/resubmit a patch from August to add new features the the
*printf() functions... :-) I see you've added g/G (and E). In
appenddouble, however, I noticed that the F specifier is missing. Nothing
to me p