iliaa Thu Feb 13 12:17:03 2003 EDT
Modified files:
/php4/main spprintf.c
Log:
PAD() macro didn't increase the buffer size resulting in loss of the
padding.
Index: php4/main/spprintf.c
diff -u php4/main/spprintf.c:1.13 php4/main/spprintf.c:1.14
--- php4/
sas Wed Feb 12 14:38:11 2003 EDT
Modified files:
/php4/main spprintf.c
Log:
- trims +100 lines of code from spprintf.c
- introduces an overflow detection in STR_TO_DEC
- eliminates dead code (e.g. assert(foo); if (foo) {..})
- removes unu
helly Tue Feb 11 15:30:37 2003 EDT
Modified files:
/php4/main spprintf.c
Log:
speed up
Index: php4/main/spprintf.c
diff -u php4/main/spprintf.c:1.11 php4/main/spprintf.c:1.12
--- php4/main/spprintf.c:1.11 Tue Dec 31 10:58:54 2002
+++ php4/main/spprintf.c