diff options
author | Jouni Ahto <jah@php.net> | 1999-10-08 02:10:57 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 1999-10-08 02:10:57 +0000 |
commit | 9109d8dcdd607640227cef8113ee8224f203bbed (patch) | |
tree | 7b09d6196fce10b73106e39cbb58462c5989363b /ext/standard/php3_string.h | |
parent | 5a6fe43d584dea1e3bf03a72ed9f1bd8c5b8276d (diff) | |
download | php-git-9109d8dcdd607640227cef8113ee8224f203bbed.tar.gz |
(PHP setlocale) Locale settings are now correctly restored to the values
set in environment at request shutdown.
@- setlocale doesn't anymore screw up things if you forgot to change it back
to the original settings. (Jouni)
# Trying to conform to the rules set up by Andrei. Let's hope this works.
Diffstat (limited to 'ext/standard/php3_string.h')
-rw-r--r-- | ext/standard/php3_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php3_string.h b/ext/standard/php3_string.h index 725364af6b..cf85853c8a 100644 --- a/ext/standard/php3_string.h +++ b/ext/standard/php3_string.h @@ -38,6 +38,7 @@ #ifndef THREAD_SAFE extern char *strtok_string; +extern char *locale_string; #endif PHP_FUNCTION(strspn); |