Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14001 invoked from network); 11 Mar 2015 21:30:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2015 21:30:20 -0000 Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.111.78 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.78 blu004-omc2s3.hotmail.com Received: from [65.55.111.78] ([65.55.111.78:57469] helo=BLU004-OMC2S3.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/A2-32765-9E3B0055 for ; Wed, 11 Mar 2015 16:30:18 -0500 Received: from BLU436-SMTP234 ([65.55.111.71]) by BLU004-OMC2S3.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 11 Mar 2015 14:29:02 -0700 X-TMN: [wfKLWYFF9wEiEZSKAzGDqprpuhbZ7tsz] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 11 Mar 2015 22:28:57 +0100 To: PHP Internals MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) X-OriginalArrivalTime: 11 Mar 2015 21:29:00.0100 (UTC) FILETIME=[6384F840:01D05C42] Subject: [PHP-DEV] [RFC] Basic Scalar Types From: bobwei9@hotmail.com (Bob Weinand) Hi all, after all, some people are not happy with the current proposals about = scalar types. So, they both still possibly may fail. Thus, I'd like to come up with a fallback proposal in case both = proposals fail: https://wiki.php.net/rfc/basic_scalar_types It shouldn't prevent any future improvements and still give use all the = advantages of scalar types. Thanks, Bob=