Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42500 invoked from network); 18 Nov 2011 09:18:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2011 09:18:46 -0000 X-Host-Fingerprint: 46.75.252.247 mk046075252247.a1.net Date: Fri, 18 Nov 2011 04:18:44 -0500 Received: from [46.75.252.247] ([46.75.252.247:16213] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/D5-06569-4F226CE4 for ; Fri, 18 Nov 2011 04:18:44 -0500 Message-ID: To: internals@lists.php.net References: <4EC025B4.2070009@sugarcrm.com> <4EC17308.6030406@sugarcrm.com> User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 46.75.252.247 Subject: Re: [PHP-DEV] function ob_gzhandler is missed in 5.4 From: mike@php.net (Michael Wallner) On Mon, 14 Nov 2011 11:59:04 -0800, Stas Malyshev wrote: > Well, apparently they did for some reason, doing custom output handlers > based on it I guess. So the question is - is it possible to still have > this function implemented? I'll try to hack up a replacement. It would definitely help if people could post some exemplar test code to ensure it does what you expect it to do... Thanks, Mike