1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Niels Dossche
2024-09-30 23:05:30 +02:00
parent 1d0fb36681
commit bf1021c1a8

View File

@@ -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');
}
?>