1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

increase stack to avoid overflow crash on SIGINT

but should actually check, maybe something is causing a recursive
stack exhaustion
This commit is contained in:
Anatol Belski
2014-10-19 02:14:31 +02:00
parent 1137d9cb2b
commit d5fb8e5830

View File

@@ -12,6 +12,7 @@ if (PHP_PHPDBG == "yes") {
SAPI('phpdbg', PHPDBG_SOURCES, PHPDBG_EXE);
ADD_FLAG("LIBS_PHPDBG", "ws2_32.lib user32.lib");
ADD_FLAG("CFLAGS_PHPDBG", "/D YY_NO_UNISTD_H");
ADD_FLAG("LDFLAGS_PHPDBG", "/stack:8388608");
}
if (PHP_PHPDBGS == "yes") {