mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue