Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60358 invoked by uid 1010); 4 Oct 2005 15:55:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60342 invoked from network); 4 Oct 2005 15:55:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2005 15:55:05 -0000 X-Host-Fingerprint: 66.80.117.3 longsword.omniti.com Linux 2.5 (sometimes 2.4) (4) Received: from ([66.80.117.3:55523] helo=mail.omniti.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 14/93-54476-9D5A2434 for ; Tue, 04 Oct 2005 11:55:05 -0400 Authentication-Results: mail.omniti.com smtp.user=george; auth=pass (LOGIN) DomainKey-Status: good X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=test; d=omniti.com; h=Received:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Cc:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=mKFCV+kahcEBAUEBgXkceyitBYoq1rmskN2vTebbJUcllOx3WWwfnI800c5lunZO UX8XS5pDV7oJAi24FjEAgKI85VAmT/OO4+fYWX1y4QFWZXFWDyUHpC71lvOrP7iZ Received: from ([66.80.117.2:50526] helo=[10.80.116.150]) by mail.omniti.com (ecelerity 2.0 r(6738)) with SMTP id 5F/E0-07296-2D5A2434 for ; Tue, 04 Oct 2005 11:55:03 -0400 In-Reply-To: <4342A4A8.9090103@ibink.com> References: <433973F4.2020103@ibink.com> <43397815.2030000@lerdorf.com> <4342A4A8.9090103@ibink.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <362F3EA1-D850-429E-8889-54675FCEB920@omniti.com> Cc: George Schlossnagle , Rasmus Lerdorf , internals@lists.php.net, Magpierss-general@lists.sourceforge.net Content-Transfer-Encoding: 7bit Date: Tue, 4 Oct 2005 11:54:56 -0400 To: Tim Nufire X-Mailer: Apple Mail (2.734) Subject: Re: [PHP-DEV] Comment on Bug #30153: FATAL erealloc() error when using gzinflate() From: george@omniti.com (George Schlossnagle) On Oct 4, 2005, at 11:50 AM, Tim Nufire wrote: > Ramus, > > Thanks for the response. Unfortunately, I don't have any great > ideas on how to patch this and for now have just stopped using > gzinflate :-/ Is there a way to reopen bug 30153? That description > of this issue is pretty good and, even if the bug is hard to fix, > it should still be tracked somewhere.... You should file a bug against zlib, as it is the library that needs to export these sorts of validation methods. If/when zlib supports this sort of feature, PHP will support it. George