Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15965 invoked from network); 13 Nov 2011 15:52:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2011 15:52:50 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:37184] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/A1-07511-0D7EFBE4 for ; Sun, 13 Nov 2011 10:52:49 -0500 Received: by vcbfl10 with SMTP id fl10so4999245vcb.29 for ; Sun, 13 Nov 2011 07:52:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=8jC6IX8/dRrpi2ECDvUt5AvuIXg1hzBjudehctJJXjQ=; b=pWOqQCGzT4JmTx7DbKlPXMKM6QyhSiT7i04l3h1KR3zjQrC2vHEipny8FqM9YkOLbf mqmrJ/IdS7s/5KvLICdxAHsYX9FEBdwcZudqi1xpSxOb54lwI+aP4bmAweQY0gX7mEue RFDR1yfdgI8HdTzsSn9zpVmD2m8pK1f1Z1xtY= Received: by 10.220.48.201 with SMTP id s9mr2111922vcf.86.1321199566083; Sun, 13 Nov 2011 07:52:46 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.183.1 with HTTP; Sun, 13 Nov 2011 07:52:25 -0800 (PST) In-Reply-To: <4EBFE189.9090608@thelounge.net> References: <4EBFE189.9090608@thelounge.net> Date: Sun, 13 Nov 2011 23:52:25 +0800 X-Google-Sender-Auth: T7kyqius8lefiQJGrbV7fltpUhA Message-ID: To: Reindl Harald Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] function ob_gzhandler is missed in 5.4 From: laruence@php.net (Laruence) Hi: my mistake in the word usage, I mean ob_gzhandler missd,, not ob_*,, sorry thanks On Sun, Nov 13, 2011 at 11:26 PM, Reindl Harald wr= ote: > > > Am 13.11.2011 16:11, schrieb Laruence: >> Hi: >> >> this revisioin remove the ob_* functions: >> http://svn.php.net/viewvc?view=3Drevision&revision=3D299980 >> >> is this intentional? =C2=A0if yes, I think this will become a doc proble= m > > 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) > > --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/