From: Andi Gutmans Date: Mon, 5 Jun 2000 15:34:11 +0000 (+0000) Subject: - Revert Thies' locale patch. It was screwing up language level things. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e0baa7a1daa531e39881e59842c88d12e42c901;p=php - Revert Thies' locale patch. It was screwing up language level things. - We could add support for locale in some specific output functions at a - later time to make everyone happy --- diff --git a/main/main.c b/main/main.c index c02a34c843..ee98cb1a7b 100644 --- a/main/main.c +++ b/main/main.c @@ -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