Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18146 invoked from network); 13 Nov 2011 16:03:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2011 16:03:41 -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:60115] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/12-07511-B5AEFBE4 for ; Sun, 13 Nov 2011 11:03:40 -0500 Received: by vcbfl10 with SMTP id fl10so5003149vcb.29 for ; Sun, 13 Nov 2011 08:03:37 -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=p65LhyhsR4V7VwZ6u6l75TvfoTa08i65NzSCoWVs0Mc=; b=VoSC9I5UAmKyc7xbQa3ksuxzwNWhUiruxfhWKDVJO7P7wynvFmIi1hOqX/6Iid7jr0 Mgy+Jg4nhhJWVYj/HKHsd8dVcptGbIsW32GCIiP/9l3WRr5Er8M56ucFH3IKO/N0/J+Q MfOY3XgPw95/VGupoO8bK1fhAQtJ+7fQSyp3g= Received: by 10.52.17.43 with SMTP id l11mr31415079vdd.28.1321200217524; Sun, 13 Nov 2011 08:03:37 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.183.1 with HTTP; Sun, 13 Nov 2011 08:03:16 -0800 (PST) In-Reply-To: <4EBFE46E.3090600@lerdorf.com> References: <4EBFE189.9090608@thelounge.net> <4EBFE46E.3090600@lerdorf.com> Date: Mon, 14 Nov 2011 00:03:16 +0800 X-Google-Sender-Auth: seligk6HGg2Xa3NM3jqufMwS1uQ Message-ID: To: Rasmus Lerdorf Cc: Reindl Harald , 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: string(10) "readgzfile" [1]=3D> string(8) "gzrewind" [2]=3D> string(7) "gzclose" [3]=3D> string(5) "gzeof" [4]=3D> string(6) "gzgetc" [5]=3D> string(6) "gzgets" [6]=3D> string(7) "gzgetss" [7]=3D> string(6) "gzread" [8]=3D> string(6) "gzopen" [9]=3D> string(10) "gzpassthru" [10]=3D> string(6) "gzseek" [11]=3D> string(6) "gztell" [12]=3D> string(7) "gzwrite" [13]=3D> string(6) "gzputs" [14]=3D> string(6) "gzfile" [15]=3D> string(10) "gzcompress" [16]=3D> string(12) "gzuncompress" [17]=3D> string(9) "gzdeflate" [18]=3D> string(9) "gzinflate" [19]=3D> string(8) "gzencode" [20]=3D> string(8) "gzdecode" [21]=3D> string(11) "zlib_encode" [22]=3D> string(11) "zlib_decode" [23]=3D> string(20) "zlib_get_coding_type" as we can see, the ob_gzhandler is missed in trunk. thanks On Sun, Nov 13, 2011 at 11:38 PM, Rasmus Lerdorf wrote= : > 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=3Drevision&revision=3D299980 >>> >>> is this intentional? =C2=A0if 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) >> > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/