]> granicus.if.org Git - php/commitdiff
- Revert Thies' locale patch. It was screwing up language level things.
authorAndi Gutmans <andi@php.net>
Mon, 5 Jun 2000 15:34:11 +0000 (15:34 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 5 Jun 2000 15:34:11 +0000 (15:34 +0000)
- We could add support for locale in some specific output functions at a
- later time to make everyone happy

main/main.c

index c02a34c8433a7a5e7b8ed80f3dd774b89b4baf53..ee98cb1a7bdec144de0a51edf54f5b572038a99c 100644 (file)
@@ -863,7 +863,7 @@ int php_module_startup(sapi_module_struct *sf)
        PG(connection_status) = PHP_CONNECTION_NORMAL;
 
 #if HAVE_SETLOCALE
-       setlocale(LC_ALL, "");
+       setlocale(LC_CTYPE, "");
 #endif
 
 #ifdef PHP_WIN32