Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74674 invoked by uid 1010); 6 Dec 2004 13:14:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74543 invoked from network); 6 Dec 2004 13:14:39 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 6 Dec 2004 13:14:39 -0000 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 09BDBC3FC8B; Mon, 6 Dec 2004 08:14:39 -0500 (EST) Received: by web2.messagingengine.com (Postfix, from userid 99) id 0CBD6778; Mon, 6 Dec 2004 08:14:35 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) References: <1101801373.15242.209719725@webmail.messagingengine.com> <1101997652.21408.209920452@webmail.messagingengine.com> In-Reply-To: <1101997652.21408.209920452@webmail.messagingengine.com> To: "Kamesh Jayachandran" , internals@lists.php.net, stas@php.net, zeev@php.net, andi@php.net Date: Mon, 06 Dec 2004 05:14:35 -0800 X-Sasl-Enc: st2LsJugnCJs3L7a3Ojc1w 1102338875 Message-ID: <1102338875.10783.210162939@webmail.messagingengine.com> Subject: Re: [PHP-DEV] Memory leak per request in apache2filter PHP+ZTS(reposting third time) From: kameshj@fastmail.fm ("Kamesh Jayachandran") Can Someone respond to this? With regards Kamesh Jayachandran On Thu, 02 Dec 2004 06:27:32 -0800, "Kamesh Jayachandran" said: > Can Someone respond to this? > > With regards > Kamesh Jayachandran > On Mon, 29 Nov 2004 23:56:13 -0800, "Kamesh Jayachandran" > said: > > Hi All, > > I could see a leak of 60 bytes for the following script. > > > //echo "hi"; > > ?> > > While investigation I found that > > SG(request_info).path_translated = safe_strdup(f->r->filename); > > //in sapi/apache2filter/sapi_apache2.c:php_apache_request_ctor > > is not getting freed. > > > > Can I free the same in php_apache_request_dtor? > > > > I could see the above safe_strdup in sapi_apache2.c,v 1.108 on > > 2003/04/10 11:28:54 by stas. > > > > With regards > > Kamesh Jayachandran > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > >