]> granicus.if.org Git - php/commit
- MF4.3: Cleaned up some of the locale mess:
authorDerick Rethans <derick@php.net>
Mon, 15 Nov 2004 13:41:41 +0000 (13:41 +0000)
committerDerick Rethans <derick@php.net>
Mon, 15 Nov 2004 13:41:41 +0000 (13:41 +0000)
commit1a1713a4c7c1e62425165c7ee82e6cf9efff5500
tree812b9f5dae98ef30caad1c9d4f818cb3404a01fa
parentaf05fce6b6bceb0e460333e685bdfe0c32715ec5
- MF4.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
NEWS
configure.in
ext/standard/formatted_print.c
main/php.h
main/php_sprintf.c
main/snprintf.c
main/snprintf.h