We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4725a72 commit 92dcc0aCopy full SHA for 92dcc0a
Zend/zend_call_stack.h
@@ -74,14 +74,6 @@ static inline size_t zend_call_stack_default_size(void)
74
#ifdef __FreeBSD__
75
return 8 * 1024 * 1024;
76
#endif
77
-#ifdef ZEND_WIN32
78
- // General
79
- // https://docs.microsoft.com/en-us/windows/win32/procthread/thread-stack-size
80
- return 1 * 1024 * 1024;
81
- // IIS
82
- // https://docs.microsoft.com/en-us/troubleshoot/developer/webapps/iis/site-behavior-performance/default-maximum-stack-size-thread
83
- return 256 * 1024;
84
-#endif
85
#ifdef __APPLE__
86
// https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/CreatingThreads/CreatingThreads.html
87
if (pthread_main_np()) {
0 commit comments