Register slightly under half a metric ton of constants.

This commit is contained in:
Andrei Zmievski 2006-05-05 20:56:21 +00:00
parent 30ff22ca47
commit 80f849ac1a
4 changed files with 619 additions and 3 deletions

View file

@ -317,6 +317,7 @@ PHP_MINIT_FUNCTION(unicode)
{
php_register_unicode_iterators(TSRMLS_C);
php_init_collation(TSRMLS_C);
php_register_unicode_constants(TSRMLS_C);
return SUCCESS;
}