Skip to content

Commit 6bc2f9f

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/intl: Expose Spoofchecker restriction-level APIs on all supported ICU versions
2 parents 438ad64 + 7959359 commit 6bc2f9f

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

ext/intl/spoofchecker/spoofchecker_arginfo.h

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/intl/spoofchecker/spoofchecker_main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ U_CFUNC PHP_METHOD(Spoofchecker, setChecks)
142142
}
143143
/* }}} */
144144

145+
/* TODO Document this method on PHP.net */
145146
/* {{{ Set the loosest restriction level allowed for strings. */
146147
U_CFUNC PHP_METHOD(Spoofchecker, setRestrictionLevel)
147148
{

0 commit comments

Comments
 (0)