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 88c668b commit ead0565Copy full SHA for ead0565
Zend/zend_portability.h
@@ -345,7 +345,7 @@ char *alloca();
345
# define XtOffsetOf(s_type, field) offsetof(s_type, field)
346
#endif
347
348
-#if (defined(HAVE_ALLOCA) || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN)
+#if !ZEND_DEBUG && (defined(HAVE_ALLOCA) || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN)
349
# define ZEND_ALLOCA_MAX_SIZE (32 * 1024)
350
# define ALLOCA_FLAG(name) \
351
bool name;
0 commit comments