mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix typo
This commit is contained in:
parent
1d0fb36681
commit
bf1021c1a8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ GH-15168 (stack overflow in json_encode())
|
||||||
if (ini_get('zend.max_allowed_stack_size') === false) {
|
if (ini_get('zend.max_allowed_stack_size') === false) {
|
||||||
die('skip No stack limit support');
|
die('skip No stack limit support');
|
||||||
}
|
}
|
||||||
if (getenv('SKIP_ASAN)) {
|
if (getenv('SKIP_ASAN')) {
|
||||||
die('skip ASAN needs different stack limit setting due to more stack space usage');
|
die('skip ASAN needs different stack limit setting due to more stack space usage');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue