Been a long day..

This commit is contained in:
Andrei Zmievski 2006-05-08 23:01:20 +00:00
parent 8a938324e3
commit cbe16953e8
3 changed files with 58 additions and 1 deletions

View file

@ -292,6 +292,8 @@ zend_function_entry unicode_functions[] = {
PHP_FE(char_get_property_max_value, NULL)
PHP_FE(char_get_property_name, NULL)
PHP_FE(char_get_property_from_name, NULL)
PHP_FE(char_get_property_value_name, NULL)
PHP_FE(char_get_property_value_from_name, NULL)
{ NULL, NULL, NULL }
};