We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58e3c0 commit 9911ab7Copy full SHA for 9911ab7
Zend/Zend.m4
@@ -169,7 +169,6 @@ int main(void) {
169
return f((uintptr_t)&local) ? 0 : 1;
170
}
171
]])], [
172
- AC_DEFINE([ZEND_STACK_GROWS_DOWNWARDS], 1, [Define if the stack grows downwards])
173
AC_DEFINE([ZEND_CHECK_STACK_LIMIT], 1, [Define if checking the stack limit is supported])
174
AC_MSG_RESULT(yes)
175
], [
win32/build/config.w32
@@ -303,7 +303,6 @@ if (VS_TOOLSET && VCVERS >= 1914) {
303
304
AC_DEFINE('HAVE_STRNLEN', 1);
305
306
-AC_DEFINE('ZEND_STACK_GROWS_DOWNWARDS', 1)
307
AC_DEFINE('ZEND_CHECK_STACK_LIMIT', 1)
308
309
ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
0 commit comments