diff options
author | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
commit | a208d9a966905ab2f551acfc93f119b51efc94c7 (patch) | |
tree | d5781cdb101153c87b89e22ec876c291e3b970b2 /ext/unicode/unicode.c | |
parent | a05e8e335d077b8da349d40e8e9523eec554a89e (diff) | |
download | php-git-a208d9a966905ab2f551acfc93f119b51efc94c7.tar.gz |
- Nuke php3 legacy
Diffstat (limited to 'ext/unicode/unicode.c')
-rw-r--r-- | ext/unicode/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/unicode/unicode.c b/ext/unicode/unicode.c index 88759f4d23..81917cec6b 100644 --- a/ext/unicode/unicode.c +++ b/ext/unicode/unicode.c @@ -101,7 +101,7 @@ static PHP_FUNCTION(unicode_encode) ucnv_close(conv); } /* {{{ unicode_functions[] */ -function_entry unicode_functions[] = { +zend_function_entry unicode_functions[] = { PHP_FE(i18n_loc_get_default, NULL) PHP_FE(i18n_loc_set_default, NULL) PHP_FE(unicode_decode, NULL) |