Declare ext/intl constants in stubs - part 14 (#9387)

This commit is contained in:
Máté Kocsis 2022-08-22 13:20:26 +02:00 committed by GitHub
parent a7d084b955
commit 66c4ade0fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 183 additions and 85 deletions

View file

@ -58,6 +58,7 @@
#include "breakiterator/breakiterator_class.h"
#include "breakiterator/breakiterator_iterators.h"
#include <unicode/uidna.h>
#include "idn/idn.h"
#include "uchar/uchar.h"
@ -161,8 +162,6 @@ PHP_MINIT_FUNCTION( intl )
msgformat_register_class();
grapheme_register_constants( INIT_FUNC_ARGS_PASSTHRU );
/* Register 'DateFormat' PHP class */
dateformat_register_IntlDateFormatter_class( );
@ -181,9 +180,6 @@ PHP_MINIT_FUNCTION( intl )
/* Register 'IntlCalendar' PHP class */
calendar_register_IntlCalendar_class( );
/* Expose IDN constants to PHP scripts. */
idn_register_constants(INIT_FUNC_ARGS_PASSTHRU);
/* Register 'Spoofchecker' PHP class */
spoofchecker_register_Spoofchecker_class( );