[PHP-CVS] cvs: php4 /main snprintf.c

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 14:02:35 2003 EDT Modified files: /php4/main snprintf.c Log: Modified fix for bug #22187 so that it does not affect handling of numbers represented in scientific notation. Index: php4/main/snprintf.c diff -u php4/main/snprintf.c:1.18 php

[PHP-CVS] cvs: php4 /main snprintf.c

2003-02-12 Thread Ilia Alshanetsky
iliaa Wed Feb 12 15:41:54 2003 EDT Modified files: /php4/main snprintf.c Log: Fixed bug #22187 (spprintf function did not handle floats correctly). Index: php4/main/snprintf.c diff -u php4/main/snprintf.c:1.17 php4/main/snprintf.c:1.18 --- php4/main/snprin