mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Register slightly under half a metric ton of constants.
This commit is contained in:
parent
30ff22ca47
commit
80f849ac1a
4 changed files with 619 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue