Declare ext/intl constants in stubs - part 4 (#9234)

This commit is contained in:
Máté Kocsis 2022-08-08 08:56:51 +02:00 committed by GitHub
parent 163a278a02
commit c1da9e7964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 124 additions and 53 deletions

View file

@ -172,9 +172,6 @@ PHP_MINIT_FUNCTION( intl )
/* Register 'DateFormat' PHP class */
dateformat_register_IntlDateFormatter_class( );
/* Expose DateFormat constants to PHP scripts */
dateformat_register_constants( INIT_FUNC_ARGS_PASSTHRU );
/* Register 'IntlDateTimeFormatter' PHP class */
dateformat_register_IntlDatePatternGenerator_class( );