History log of /PHP-8.2/ext/intl/transliterator/transliterator.stub.php (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9ad78441 29-Oct-2023 Jorg Adam Sowa

Typed constants in Intl extenstion (#12360)


# 8fee9a3f 08-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 7 (#9269)


# dd9f4775 27-Jul-2022 Nicolas Grekas

Declare Transliterator::$id as readonly to unlock subclassing it

Closes GH-9167.


# f06ac9a4 20-Jan-2022 Christoph M. Becker

Fix GH-7939: Cannot unserialize IntlTimeZone objects

As it is now, `IntlTimeZone`, `IntlCalendar` and `IntlDateFormatter`
and some other intl class instances can be serialized, but the

Fix GH-7939: Cannot unserialize IntlTimeZone objects

As it is now, `IntlTimeZone`, `IntlCalendar` and `IntlDateFormatter`
and some other intl class instances can be serialized, but the
representation is meaningless, and unserialization yields uninitialized/
unusable objects. To prevent users from noticing this too late, we deny
serialization of such objects in the first place.

Closes GH-7945.

show more ...


# 20fb26e5 30-Aug-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 2

ext/ftp, ext/gmp, ext/intl

Closes GH-7433


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

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


# c91ea947 15-Feb-2021 Nikita Popov

Use typed proprety for Transliterator::$id

This is a read-only property for which Transliterator internally
assigns a string value.

Also clean up the code handling this property

Use typed proprety for Transliterator::$id

This is a read-only property for which Transliterator internally
assigns a string value.

Also clean up the code handling this property a bit.

show more ...


# 99b08ac2 08-Feb-2021 Máté Kocsis

Implicitly enable function entry generation when class entry generation is enabled

Closes GH-6675


# 1954e597 26-Jan-2021 Máté Kocsis

Add support for generating class entries from stubs

Closes GH-6289

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>


# 186612e4 09-Oct-2020 Máté Kocsis

Improve parameter names in ext/intl

Closes GH-6309


# f00bcfbb 12-Apr-2020 Máté Kocsis

Generate method entries for ext/intl

Closes GH-5370


# 305b17e8 29-Mar-2020 Máté Kocsis

Do not include the same stub multiple times

Closes GH-5322


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4
# c4257297 14-Oct-2019 Máté Kocsis

Add various stubs for Intl

Closes GH-4826