Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56314 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11658 invoked from network); 13 Nov 2011 15:38:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2011 15:38:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.44 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.44 mail-pz0-f44.google.com Received: from [209.85.210.44] ([209.85.210.44:59260] helo=mail-pz0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/C0-07511-374EFBE4 for ; Sun, 13 Nov 2011 10:38:28 -0500 Received: by pzk33 with SMTP id 33so20480682pzk.3 for ; Sun, 13 Nov 2011 07:38:24 -0800 (PST) Received: by 10.68.2.133 with SMTP id 5mr34330886pbu.85.1321198704650; Sun, 13 Nov 2011 07:38:24 -0800 (PST) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id s4sm48765664pbq.8.2011.11.13.07.38.23 (version=SSLv3 cipher=OTHER); Sun, 13 Nov 2011 07:38:23 -0800 (PST) Message-ID: <4EBFE46E.3090600@lerdorf.com> Date: Sun, 13 Nov 2011 07:38:22 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Reindl Harald CC: internals@lists.php.net References: <4EBFE189.9090608@thelounge.net> In-Reply-To: <4EBFE189.9090608@thelounge.net> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] function ob_gzhandler is missed in 5.4 From: rasmus@lerdorf.com (Rasmus Lerdorf) All the ob_* tests are still in 5.4 and they all pass, so no, these functions have not been removed. On 11/13/2011 07:26 AM, Reindl Harald wrote: > > > Am 13.11.2011 16:11, schrieb Laruence: >> Hi: >> >> this revisioin remove the ob_* functions: >> http://svn.php.net/viewvc?view=revision&revision=299980 >> >> is this intentional? if yes, I think this will become a doc >> problem > > i think / hope this is an accident > > if the ob_functions(9 are replaced in any way this is not a > doc-problem > > it would be a major BC-break and destroy all my work of the last 10 > years rely on ob_start(), ob_get_contents(), ob_get_clean() and the > fact that multiple ob_start() can work inside another one as > example to include module-files using normal output-functions, > buffer the output and replace a palceholder in a template with the > buffer while we are in another template (site-template, > list-templates, item-templates) >