From: Anatol Belski Date: Sun, 19 Oct 2014 00:14:31 +0000 (+0200) Subject: increase stack to avoid overflow crash on SIGINT X-Git-Tag: php-5.6.3RC1~51^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fb8e583097123e8a3cbacbe0191bac75ea5df2;p=php increase stack to avoid overflow crash on SIGINT but should actually check, maybe something is causing a recursive stack exhaustion --- diff --git a/config.w32 b/config.w32 index df75510be4..6fb46652e1 100644 --- a/config.w32 +++ b/config.w32 @@ -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") {