History log of /php-src/Zend/tests/stack_limit/stack_limit_008.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# 6aa70b57 10-Dec-2023 Arnaud Le Blanc

WS


# b1516d95 11-Nov-2023 Arnaud Le Blanc

Clarify the stack limit exception message

Make it clearer why the size is not exactly zend.max_allowed_stack_size


# dad6912b 11-Nov-2023 Arnaud Le Blanc

Fix GH-12643: Stack limit tests failing on ppc64le

These tests were setting zend.max_allowed_stack_size to a small value. On ppc64le
this value is too small and the limit may be reached

Fix GH-12643: Stack limit tests failing on ppc64le

These tests were setting zend.max_allowed_stack_size to a small value. On ppc64le
this value is too small and the limit may be reached too soon.

show more ...


# 68381457 24-Jan-2023 Dmitry Stogov

Fix test failures when PHP is compiled without ZEND_CHECK_STACK_LIMIT
(e.g. 32-bit CLANG build with address sanitizer)


# a11c8a30 16-Dec-2022 Arnaud Le Blanc

Limit stack size (#9104)