]> granicus.if.org Git - php/commit
- MFH4.3: Cleaned up some of the locale mess:
authorDerick Rethans <derick@php.net>
Mon, 15 Nov 2004 13:42:22 +0000 (13:42 +0000)
committerDerick Rethans <derick@php.net>
Mon, 15 Nov 2004 13:42:22 +0000 (13:42 +0000)
commit61364b5bb172fa512c871b795c2613b1b587e4cd
tree82676582a2c985bc64ae291336b37d40b011eebb
parent48fe8cf7bc6d73dfc8d1524c78412a7d2fadeb17
- MFH4.3: Cleaned up some of the locale mess:
  * all internal use of sprintf, snprintf and the like will always
    use the . as thousands seperator (if php.h is included only!).
  * echo, printf() and sprintf() always render locale-aware
  * added the %F modifier for non-locale aware rendering for floats
configure.in
ext/standard/formatted_print.c
main/php.h
main/php_sprintf.c
main/snprintf.c
main/snprintf.h