diff options
| author | Andi Gutmans <andi@php.net> | 2000-06-05 15:34:11 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-06-05 15:34:11 +0000 |
| commit | 7e0baa7a1daa531e39881e59842c88d12e42c901 (patch) | |
| tree | f165d0931b1704766e0328a3fa7ec74f2d1937e4 | |
| parent | 50b014b9575ec3a44b97bc725e8eb627e0fe7ac2 (diff) | |
| download | php-git-7e0baa7a1daa531e39881e59842c88d12e42c901.tar.gz | |
- 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
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
