Skip to content

Commit 015bcb1

Browse files
committed
[PHP 8.3 support](#133) : add [Stack Overflow Detection](https://stitcher.io/blog/new-in-php-83#stack-overflow-detection-pr)
1 parent f8af37e commit 015bcb1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"name": "zend.max_allowed_stack_size",
4+
"ext_min": "8.3.0alpha1",
5+
"php_min": "8.3.0alpha1"
6+
},
7+
{
8+
"name": "zend.reserved_stack_size",
9+
"ext_min": "8.3.0alpha1",
10+
"php_min": "8.3.0alpha1"
11+
}
12+
]

src/Application/Command/Init/InitHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ private function majorReleaseDefinitionProvider(): Generator
351351
'40', '41',
352352
'50', '54', '55', '56',
353353
'70', '71', '73', '74',
354-
'80', '81', '82',
354+
'80', '81', '82', '83',
355355
],
356356
'interfaces' => [
357357
'51', '53',

0 commit comments

Comments
 (0)