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 14 (#9387)
This commit is contained in:
parent
a7d084b955
commit
66c4ade0fe
7 changed files with 183 additions and 85 deletions
|
@ -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( );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue