Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41785 invoked from network); 5 Jan 2015 17:17:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2015 17:17:35 -0000 Authentication-Results: pb1.pair.com header.from=php_m@rtin.so; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_m@rtin.so; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rtin.so from 209.85.220.45 cause and error) X-PHP-List-Original-Sender: php_m@rtin.so X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:38035] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/14-21693-E27CAA45 for ; Mon, 05 Jan 2015 12:17:34 -0500 Received: by mail-pa0-f45.google.com with SMTP id lf10so29100182pab.4 for ; Mon, 05 Jan 2015 09:17:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=TuBrXu3J3XmfHOZwaMd2zFIr/JU6NOHpWOcg/XC7EOc=; b=cK7Lu8BIuifkQajgp+FgQRwuVA5eewtKJWaHLfpzoBF+rBdsLte8ckRXqdHaBN/Q8B 8waZT5U0r8hTechEx+LfAoLvQ+ObK+TUvtFsiEuiIaGG7Wd1frxjuqa1OZZGPhWwFnNa 1TwI+nMWOtmDvqfrBcv/T4XwkhAtaYVu8KoyntDOmB3FqtiYyK6kYvkXxQEvpy+5MAHl hjjr23rfvKgJAeZeseq+rasFcvePX3hQHsHAamht+Ijtugs/xhM7S3cEtEfpgBTcpo83 HB7GjgmXq8I+lVGYNNyH+LpStm7jkj/xF/tSeP9wk4oAs1QFiXKUq/u0l3AI6nKS0SWz KvfQ== X-Gm-Message-State: ALoCoQm6aPGhQ5h3YbX0S6wFyfeiLBQR5xBwNQKkR1diAW2txhMKRqudx1X02MzGwsg/3vsUn4oM X-Received: by 10.68.136.137 with SMTP id qa9mr130776726pbb.127.1420478251184; Mon, 05 Jan 2015 09:17:31 -0800 (PST) Received: from [10.227.0.178] ([50.242.93.210]) by mx.google.com with ESMTPSA id oa8sm54751528pdb.84.2015.01.05.09.17.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 Jan 2015 09:17:30 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1985.3\)) In-Reply-To: <004d01d0289d$69f4c5d0$3dde5170$@tekwire.net> Date: Mon, 5 Jan 2015 09:17:28 -0800 Cc: Andrea Faulds , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <602285AA-BD7D-40E6-A36B-5B0C3E3B90FA@rtin.so> References: <003901d027be$d1837ff0$748a7fd0$@tekwire.net> <000c01d02839$738c0ef0$5aa42cd0$@tekwire.net> <7A823CE7-550A-4532-96B3-8DD48E2F8FBE@rtin.so> <004d01d0289d$69f4c5d0$3dde5170$@tekwire.net> To: francois@tekwire.net X-Mailer: Apple Mail (2.1985.3) Subject: Re: [PHP-DEV] [RFC] Add is_cacheable() stream-wrapper operation From: php_m@rtin.so (Martin Amps) Ah gotcha =97 ok, awesome. Good work! > On Jan 4, 2015, at 8:09 PM, Fran=E7ois Laupretre = wrote: >=20 >> De : Martin Amps [mailto:php_m@rtin.so]=20 >=20 >> Did you mean to omit the =93return=94 for is_cacheable_stream_path if > !PHP_STREAMS_SUPPORT_IS_CACHEABLE? >=20 > Right. Thanks for this one. Actually, conditionals will go away as it = is > going to the PHP7 branch only. >=20