From 22cdfc2504a75adb5414357c6c8a9feea2693f84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Jun 2017 08:07:07 +0200 Subject: [PATCH] cleanup, MEMORY_LIMIT is not used anymore --- Zend/configure.ac | 3 --- configure.ac | 3 --- 2 files changed, 6 deletions(-) diff --git a/Zend/configure.ac b/Zend/configure.ac index 18fde34466..00e599d639 100644 --- a/Zend/configure.ac +++ b/Zend/configure.ac @@ -24,9 +24,6 @@ AH_TOP([ #undef uint #undef ulong - -/* Define if you want to enable memory limit support */ -#define MEMORY_LIMIT 0 ]) AH_BOTTOM([ diff --git a/configure.ac b/configure.ac index 9937a4c15d..77e1bad5e3 100644 --- a/configure.ac +++ b/configure.ac @@ -30,9 +30,6 @@ AH_TOP([ #undef uint #undef ulong - -/* Define if you want to enable memory limit support */ -#define MEMORY_LIMIT 0 ]) AH_BOTTOM([ #ifndef ZEND_ACCONFIG_H_NO_C_PROTOS -- 2.50.1