]> granicus.if.org Git - php/commitdiff
increase stack to avoid overflow crash on SIGINT
authorAnatol Belski <ab@php.net>
Sun, 19 Oct 2014 00:14:31 +0000 (02:14 +0200)
committerAnatol Belski <ab@php.net>
Sun, 19 Oct 2014 00:14:31 +0000 (02:14 +0200)
but should actually check, maybe something is causing a recursive
stack exhaustion

config.w32

index df75510be428642f60babbc4f5a4cd353cc56f2a..6fb46652e1dda8a85f133686d93c9db6b0109727 100644 (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") {