summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorSean Bright <elixer@php.net>2001-01-14 16:36:30 +0000
committerSean Bright <elixer@php.net>2001-01-14 16:36:30 +0000
commit40f3524247f36e6f485f3f1247a222cedab5cbdf (patch)
treee09bc8dd354a46a1435cb5effe697b98c843f971 /ext/standard/php_string.h
parent5311bfa5c5f0d72be0c8b7ead00e30138f560863 (diff)
downloadphp-git-40f3524247f36e6f485f3f1247a222cedab5cbdf.tar.gz
Added localeconv() function. Operates similarly to localeconv() defined in
locale.h. Should work well under non-ZTS as well as ZTS.
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index d4d89c8778..807ea2c5d6 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -65,6 +65,7 @@ PHP_FUNCTION(chr);
PHP_FUNCTION(ord);
PHP_FUNCTION(nl2br);
PHP_FUNCTION(setlocale);
+PHP_FUNCTION(localeconv);
PHP_FUNCTION(stristr);
PHP_FUNCTION(chunk_split);
PHP_FUNCTION(parse_str);