Declare ext/intl constants in stubs - part 1 (#9205)

This commit is contained in:
Máté Kocsis 2022-07-30 18:11:20 +02:00 committed by GitHub
parent ac31e2e611
commit 0c225a2f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 116 additions and 41 deletions

View file

@ -175,9 +175,6 @@ PHP_MINIT_FUNCTION( intl )
/* Register 'Locale' PHP class */
locale_register_Locale_class( );
/* Expose Locale constants to PHP scripts */
locale_register_constants( INIT_FUNC_ARGS_PASSTHRU );
msgformat_register_class();
grapheme_register_constants( INIT_FUNC_ARGS_PASSTHRU );