Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44846 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5207 invoked from network); 8 Jul 2009 18:31:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2009 18:31:54 -0000 Authentication-Results: pb1.pair.com header.from=j.boggiano@seld.ch; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=j.boggiano@seld.be; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain seld.be from 209.85.220.228 cause and error) X-PHP-List-Original-Sender: j.boggiano@seld.be X-Host-Fingerprint: 209.85.220.228 mail-fx0-f228.google.com Received: from [209.85.220.228] ([209.85.220.228:64340] helo=mail-fx0-f228.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/9B-51553-816E45A4 for ; Wed, 08 Jul 2009 14:31:53 -0400 Received: by fxm28 with SMTP id 28so2156288fxm.40 for ; Wed, 08 Jul 2009 11:31:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.106.14 with SMTP id v14mr3564535fao.49.1247077910173; Wed, 08 Jul 2009 11:31:50 -0700 (PDT) In-Reply-To: References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> <4A53D6E8.7080705@lerdorf.com> <4A53EBBE.4070801@lerdorf.com> <4BF8363B-B28F-4A87-98B7-13E125E1A5F1@prohost.org> <4A547B67.4040501@php.net> <4A547D03.1040200@sci.fi> <4A54DEFE.7030608@zend.com> Date: Wed, 8 Jul 2009 20:31:49 +0200 Message-ID: <4bcbf4710907081131kf5feb54m21dd72b8c6804c1b@mail.gmail.com> To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Type hinting/casting request for vote From: j.boggiano@seld.ch (Jordi Boggiano) Since the votes seem to switch to 6.0 instead of 5.3, would it be feasible to throw an E_DEPRECATED in 5.3.1 if one declares a function/class called int/bool/object/whatever ? Just throwing the idea in the wild since I am not able to assess if that's doable, but it might be a good idea to add it as soon as possible if it is, especially if we want to skip a 5.4 Cheers, Jordi