mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Declare ext/intl constants in stubs - part 4 (#9234)
This commit is contained in:
parent
163a278a02
commit
c1da9e7964
6 changed files with 124 additions and 53 deletions
|
@ -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( );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue