Skip to content

Commit

Permalink
update intl reference following bugfix related to issue #109 (see als…
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 19, 2022
1 parent 5d68d16 commit 8f9f8bb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions data/reference/extension/intl/80/const.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"class_name": "IntlDateFormatter",
"name": "RELATIVE_FULL",
"ext_min": "8.0.0alpha1",
"php_min": "8.0.0alpha1"
},
{
"class_name": "IntlDateFormatter",
"name": "RELATIVE_LONG",
"ext_min": "8.0.0alpha1",
"php_min": "8.0.0alpha1"
},
{
"class_name": "IntlDateFormatter",
"name": "RELATIVE_MEDIUM",
"ext_min": "8.0.0alpha1",
"php_min": "8.0.0alpha1"
},
{
"class_name": "IntlDateFormatter",
"name": "RELATIVE_SHORT",
"ext_min": "8.0.0alpha1",
"php_min": "8.0.0alpha1"
}
]
2 changes: 1 addition & 1 deletion src/Application/Query/Init/InitHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ private function majorReleaseDefinitionProvider(): Generator

yield 'intl' => [
'classes' => ['1', '2', '55', '70', '81'],
'const' => ['1', '2', '55', '70', '73', '74'],
'const' => ['1', '2', '55', '70', '73', '74', '80'],
'constants' => ['1', '2'],
'functions' => ['1', '2', '55', '71', '73'],
'iniEntries' => ['1', '3'],
Expand Down

0 comments on commit 8f9f8bb

Please sign in to comment.