|
|
|
@ -497,8 +497,11 @@ char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, |
|
|
|
* NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions |
|
|
|
* |
|
|
|
* XXX: this is a magic number; do not decrease it |
|
|
|
* Emax = 1023 |
|
|
|
* NDIG = 320 |
|
|
|
* NUM_BUF_SIZE >= strlen("-") + Emax + strlrn(".") + NDIG + strlen("E+1023") + 1; |
|
|
|
*/ |
|
|
|
#define NUM_BUF_SIZE 512 |
|
|
|
#define NUM_BUF_SIZE 2048 |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|