From: Marcus Boerger Date: Mon, 26 Dec 2005 14:47:08 +0000 (+0000) Subject: - MFH Support full range of floats X-Git-Tag: php-4.4.2RC2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f78db5bc8352136442862b5beffa76d545480521;p=php - MFH Support full range of floats --- diff --git a/main/snprintf.c b/main/snprintf.c index b62f56979e..719dbc9ba7 100644 --- a/main/snprintf.c +++ b/main/snprintf.c @@ -158,7 +158,7 @@ char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, /* If you change this value then also change bug24640.phpt. * Also NDIG must be reasonable smaller than NUM_BUF_SIZE. */ -#define NDIG 80 +#define NDIG 320 /*