History log of /php-src/Zend/tests/stack_limit/stack_limit_010.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# eaaffae5 16-Feb-2024 David CARLIER

zend_call_stack sort of GH-13358 follow-up. (#13368)

for threaded context, it solely uses a new api only available on
illumos.
Here using a common older api to get the stack info for

zend_call_stack sort of GH-13358 follow-up. (#13368)

for threaded context, it solely uses a new api only available on
illumos.
Here using a common older api to get the stack info for the current
thread.
while at it, completing stack_limit_010 test for these platforms.

show more ...


# b320aabc 03-Feb-2024 David Carlier

zend call stack fixing stack limit for macOs arm64.

8MB sounded a prudent size for older 10.9 macOs release, however
with newer mac with arm64, it triggers a stack overflow.

clo

zend call stack fixing stack limit for macOs arm64.

8MB sounded a prudent size for older 10.9 macOs release, however
with newer mac with arm64, it triggers a stack overflow.

close GH-13319

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)