From 2e9886de3c4a155c45a16e74d2e6e4b7c6d31892 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 10 Apr 1999 14:44:35 +0000 Subject: [PATCH] Get rid of php3_ini in Zend --- Zend/zend_alloc.c | 20 +++++++++++++++++--- Zend/zend_alloc.h | 2 ++ Zend/zend_globals.h | 3 ++- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 0336982a07..eb1cc68656 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -42,11 +42,11 @@ static zend_alloc_globals alloc_globals; # endif #define _CHECK_MEMORY_LIMIT(s,file,lineno) { AG(allocated_memory) += (s);\ - if (php3_ini.memory_limit