]> granicus.if.org Git - php/commitdiff
- MFH Support full range of floats
authorMarcus Boerger <helly@php.net>
Mon, 26 Dec 2005 14:46:49 +0000 (14:46 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 26 Dec 2005 14:46:49 +0000 (14:46 +0000)
main/snprintf.c

index 5eba393699d0f13590e8fc4cdc473b79766b66a7..495f8a6fcd63e2c6d8eca5183e50e33cf08f2f9f 100644 (file)
@@ -156,8 +156,9 @@ 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
 
 
 /*