Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57794 invoked from network); 14 Mar 2015 16:03:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2015 16:03:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.213.44 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.213.44 mail-yh0-f44.google.com Received: from [209.85.213.44] ([209.85.213.44:35007] helo=mail-yh0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/C0-52108-6DB54055 for ; Sat, 14 Mar 2015 11:03:35 -0500 Received: by yhct68 with SMTP id t68so4976085yhc.2 for ; Sat, 14 Mar 2015 09:03:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=oGFDSkrRH32l4MU5WvgLnT3IE8bd6w7Xqn1wuqyGnJM=; b=cTMWg2NviYZudKO/VEDjaHvs3xYvt9+T6R5zqFo0ggUAw0wLI6AEjwAnvbJgd4GDY+ 88cr0TksYzaQlJsJOCt5gnBuSdN03/1MOVpDB2D3WkcYTQc6zlbYociYT4/Z2Yq2FugO NVYT0SDaU57izg6+13mqiKIPquNDwxozvCdl3PGq5Bmrh0dZkSqfrXYetyohPrDUVfE6 WjbmCsQ5Hz87T2pq/H0HixdLNZQhQ52rv34iWzCBKHv35y9feKU9Yz501a2RE6zjFA9D 6j72dNReVV+k1R75/4tzxKHnRgWy0vptIV4Vz2WlA+ajf5mKXd7RZeHr7Z87Bjc2tJDi oZRA== X-Gm-Message-State: ALoCoQkb8p7MhZV4M/jAsXABAP9Roi8OjfAGkOiBW23rFXTm/neq7x9Kfb9jmRb06Q7G435S7+uR MIME-Version: 1.0 X-Received: by 10.236.206.13 with SMTP id k13mr51784681yho.51.1426349011664; Sat, 14 Mar 2015 09:03:31 -0700 (PDT) Received: by 10.170.71.86 with HTTP; Sat, 14 Mar 2015 09:03:31 -0700 (PDT) X-Originating-IP: [78.147.4.32] In-Reply-To: <55044E3E.4080603@lsces.co.uk> References: <550416BA.9070203@lsces.co.uk> <55044E3E.4080603@lsces.co.uk> Date: Sat, 14 Mar 2015 16:03:31 +0000 Message-ID: To: Lester Caine Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] A plea for unity on scalar types From: danack@basereality.com (Dan Ackroyd) On 14 March 2015 at 15:05, Lester Caine wrote: > Just what is being added which PHP5 will actually baulk at? > The code base I will be running myself with PHP7 is PHP5.4 with E_STRICT > etc. clean code. For the RFC https://wiki.php.net/rfc/scalar_type_hints_v5 that is on the edge of passing there will be no effects on BC for code, except for the fact that int/string etc are now reserved words. There may be other issues upgrading to 7 caused by other RFCs - but that scalar type hints proposal does not cause any issues. > I'll ask yet again a question that I keep asking but not seeing anybody > explaining. Perhaps if you sent fewer emails to the internals list, people would be more likely to read and respond to the emails you do send? cheers Dan