mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Generate ext/intl class entries from stubs
Closes GH-6670
This commit is contained in:
parent
99b08ac281
commit
c6723728df
44 changed files with 276 additions and 157 deletions
|
@ -47,7 +47,4 @@ void intl_errors_set( intl_error* err, UErrorCode code, const char* msg,
|
|||
// Other error helpers
|
||||
smart_str intl_parse_error_to_string( UParseError* pe );
|
||||
|
||||
// exported to be called on extension MINIT
|
||||
void intl_register_IntlException_class( void );
|
||||
|
||||
#endif // INTL_ERROR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue