Skip to content

Commit 22cdfc2

Browse files
committed
cleanup, MEMORY_LIMIT is not used anymore
1 parent f2bf00b commit 22cdfc2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Zend/configure.ac

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ AH_TOP([
2424
2525
#undef uint
2626
#undef ulong
27-
28-
/* Define if you want to enable memory limit support */
29-
#define MEMORY_LIMIT 0
3027
])
3128

3229
AH_BOTTOM([

configure.ac

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ AH_TOP([
3030
3131
#undef uint
3232
#undef ulong
33-
34-
/* Define if you want to enable memory limit support */
35-
#define MEMORY_LIMIT 0
3633
])
3734
AH_BOTTOM([
3835
#ifndef ZEND_ACCONFIG_H_NO_C_PROTOS

0 commit comments

Comments
 (0)