History log of /PHP-8.2/ext/intl/php_intl.c (Results 1 – 25 of 104)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 03fd4054 06-Sep-2022 Tim Düsterhus

Use php_info_print_table_header for actual column headers only (#9485)

Using php_info_print_table_header() for "Foo: bar" looks odd and out of place,
because the whole line is colored. I

Use php_info_print_table_header for actual column headers only (#9485)

Using php_info_print_table_header() for "Foo: bar" looks odd and out of place,
because the whole line is colored. It is also questionable from a HTML
semantics point of view, because it does not described the columns that follow.

The use of this across extensions is inconsistent. It was part of the skeleton,
but ext/date or ext/json already use a regular row.

show more ...


# 31e21f7d 14-Apr-2023 Remi Collet

Fix GH-11071: Revert "Fix [-Wundef] warning in INTL extension"

This reverts commit ea8686540ac43e59dd3f8784e29a0c06e3446df2.


# 66c4ade0 22-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 14 (#9387)


# f743cb0f 21-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 13 (#9385)


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

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


# d97f8eef 08-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 6 (#9268)


# 614e9ec8 08-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 5 (#9267)


# c1da9e79 08-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 4 (#9234)


# 163a278a 08-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 3 (#9233)


# 150456ea 02-Aug-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 2 (#9219)


# 0c225a2f 30-Jul-2022 Máté Kocsis

Declare ext/intl constants in stubs - part 1 (#9205)


# aff36587 29-Jun-2021 Patrick Allaert

Fixed some spaces used instead of tabs


# ae9f6e7a 10-Jun-2021 deltragon

Add IntlDatePatternGenerator (#6771)

Add IntlDatePatternGenerator class per RFC https://wiki.php.net/rfc/intldatetimepatterngenerator.


# 01b3fc03 06-May-2021 KsaR

Update http->https in license (#6945)

1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as

Update http->https in license (#6945)

1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as 3.0 states "php 5.1.1, 4.1.1, and earlier".
3. In some license comments is "at through the world-wide-web" while most is without "at", so deleted.
4. fixed indentation in some files before |

show more ...


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

Generate ext/intl class entries from stubs

Closes GH-6670


# 27ad19c3 24-Jul-2020 Nikita Popov

Validate collator earlier during sort

Check this once before the sort, instead of on every compare.
Also directly store the UCollator to make things more obvious.


# 2b5de6f8 01-Jul-2020 Max Semenik

Remove proto comments from C files

Closes GH-5758


# 864fb0ec 03-Jun-2020 Christoph M. Becker

Implement #47074: phpinfo() reports "On" as 1 for the some extensions

What is modified as boolean, should also be displayed as boolean.


# ea868654 20-May-2020 George Peter Banyard

Fix [-Wundef] warning in INTL extension


# 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
# 86780ff7 14-Oct-2019 Máté Kocsis

Add stubs for NumberFormatter

Closes GH-4827


# c4257297 14-Oct-2019 Máté Kocsis

Add various stubs for Intl

Closes GH-4826


# a827db24 21-Nov-2019 Máté Kocsis

Add stubs for IntlCalendar

Closes GH-4846


# fe7761b0 04-Feb-2020 Máté Kocsis

Add stubs for IntlDateFormatter & MessageFormatter

Closes GH-4812


12345