From 1a1713a4c7c1e62425165c7ee82e6cf9efff5500 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 15 Nov 2004 13:41:41 +0000 Subject: - 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 --- main/php_sprintf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/php_sprintf.c') diff --git a/main/php_sprintf.c b/main/php_sprintf.c index f7daab2952..b0589c20a2 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -26,8 +26,6 @@ #include "php_config.h" #endif -#if PHP_BROKEN_SPRINTF - int php_sprintf (char*s, const char* format, ...) { @@ -43,8 +41,6 @@ php_sprintf (char*s, const char* format, ...) return strlen (s); } -#endif /* PHP_BROKEN_SPRINTF */ - /* * Local variables: * tab-width: 4 -- cgit v1.2.1