helly Mon Dec 26 14:47:08 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/main snprintf.c Log: - MFH Support full range of floats http://cvs.php.net/viewcvs.cgi/php-src/main/snprintf.c?r1=1.17.4.12.2.1&r2=1.17.4.12.2.2&diff_format=u Index: php-src/main/snprintf.c diff -u php-src/main/snprintf.c:1.17.4.12.2.1 php-src/main/snprintf.c:1.17.4.12.2.2 --- php-src/main/snprintf.c:1.17.4.12.2.1 Mon Dec 26 14:01:45 2005 +++ php-src/main/snprintf.c Mon Dec 26 14:47:08 2005 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: snprintf.c,v 1.17.4.12.2.1 2005/12/26 14:01:45 helly Exp $ */ +/* $Id: snprintf.c,v 1.17.4.12.2.2 2005/12/26 14:47:08 helly Exp $ */ /* ==================================================================== * Copyright (c) 1995-1998 The Apache Group. All rights reserved. @@ -158,7 +158,7 @@ /* 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 /*
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php