Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8167 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1995 invoked by uid 1010); 26 Feb 2004 11:18:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1971 invoked from network); 26 Feb 2004 11:18:01 -0000 Received: from unknown (HELO prv-mail25.provo.novell.com) (137.65.81.121) by pb1.pair.com with SMTP; 26 Feb 2004 11:18:01 -0000 Received: from INET-PRV1-MTA by prv-mail25.provo.novell.com with Novell_GroupWise; Thu, 26 Feb 2004 04:18:00 -0700 Message-ID: X-Mailer: Novell GroupWise Internet Agent 6.5.2 Beta Date: Thu, 26 Feb 2004 04:17:47 -0700 To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [PHP-DEV] Improved NetWare diff - 2. From: hyanantha@novell.com ("Ananth Kesari") Hi, Both with Apache 1.3 and with Apache 2.0, we could see memory leaks even if we execute static html pages and not php scripts. This patch fixes this problem, but is under #ifdef NetWare. See the files: sapi/apache/mod_php5.c and sapi/apache2filter/sapi_apache2.c. If it is deemed so, then we can make this fix generic so that it applies to all platforms. Thanks, Ananth. >>> "Ananth Kesari" 2/26/2004 4:40:55 PM >>> Hi, This is the second part of the NetWare diff. Please give me your feedback and let me know if we can check this into the php5 sources. Thanks, Ananth.