Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97299 invoked from network); 26 Apr 2009 12:34:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2009 12:34:51 -0000 X-Host-Fingerprint: 90.185.151.32 unknown Received: from [90.185.151.32] ([90.185.151.32:18432] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/E5-61418-AE454F94 for ; Sun, 26 Apr 2009 08:34:50 -0400 Message-ID: <7B.E5.61418.AE454F94@pb1.pair.com> To: internals@lists.php.net Date: Sun, 26 Apr 2009 14:34:46 +0200 User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 90.185.151.32 Subject: strtotime leak, bug #47285 From: martin@925.dk (Martin Koch Andersen) Hi, strtotime() has been leaking memory for quite a while now. First there was: http://bugs.php.net/bug.php?id=46889 Now there is: http://bugs.php.net/bug.php?id=47285 There are proposed patches in the latter bug-report. Seems like progress on fixing this has kind of stalled. In certain use case scenarios, this is a serious problem, that prevents following the usual PHP upgrade path (stuck with php 5.2.7). If anyone has the time (and skills) to take a look at #47285, it would be very much appreciated. Kind regards, -- Martin