History log of /PHP-8.1/ext/intl/breakiterator/breakiterator_iterators_arginfo.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30
# a5ad9eee 22-Jul-2021 Nikita Popov

Add explicit IntlPartsIterator::getRuleStatus() method

Rather than doing a magic forward, explicitly add a forwarding
method. This must be the most frivolous use of get_method I've
e

Add explicit IntlPartsIterator::getRuleStatus() method

Rather than doing a magic forward, explicitly add a forwarding
method. This must be the most frivolous use of get_method I've
ever seen.

show more ...

# 65b96397 06-Jul-2021 Máté Kocsis

Declare tentative return types for ext/intl (#6986)

Revision tags: php-7.3.29, php-7.3.28
# bf0f6aaf 15-Feb-2021 Máté Kocsis

Improve class entry generation

Related to GH-6701

# c6723728 05-Feb-2021 Máté Kocsis

Generate ext/intl class entries from stubs

Closes GH-6670