Skip to content

Commit

Permalink
- Revert Thies' locale patch. It was screwing up language level things.
Browse files Browse the repository at this point in the history
- We could add support for locale in some specific output functions at a
- later time to make everyone happy
  • Loading branch information
Andi Gutmans committed Jun 5, 2000
1 parent 50b014b commit 7e0baa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e0baa7

Please sign in to comment.