mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix typo
This commit is contained in:
@@ -5,7 +5,7 @@ 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)) {
|
||||
if (getenv('SKIP_ASAN')) {
|
||||
die('skip ASAN needs different stack limit setting due to more stack space usage');
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user