mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: [ci skip] Skip test under ASAN
This commit is contained in:
commit
c65bb64cba
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ GH-15168 (stack overflow in json_encode())
|
|||
if (ini_get('zend.max_allowed_stack_size') === false) {
|
||||
die('skip No stack limit support');
|
||||
}
|
||||
if (getenv('SKIP_ASAN)) {
|
||||
die('skip ASAN needs different stack limit setting due to more stack space usage');
|
||||
}
|
||||
?>
|
||||
--INI--
|
||||
zend.max_allowed_stack_size=512K
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue