Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18139 invoked from network); 6 Mar 2012 02:20:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 02:20:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=xwisdom@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=xwisdom@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:53324] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/53-34145-064755F4 for ; Mon, 05 Mar 2012 21:20:17 -0500 Received: by iaeh11 with SMTP id h11so7132554iae.29 for ; Mon, 05 Mar 2012 18:20:12 -0800 (PST) Received-SPF: pass (google.com: domain of xwisdom@gmail.com designates 10.50.184.200 as permitted sender) client-ip=10.50.184.200; Authentication-Results: mr.google.com; spf=pass (google.com: domain of xwisdom@gmail.com designates 10.50.184.200 as permitted sender) smtp.mail=xwisdom@gmail.com; dkim=pass header.i=xwisdom@gmail.com Received: from mr.google.com ([10.50.184.200]) by 10.50.184.200 with SMTP id ew8mr9078848igc.1.1331000412639 (num_hops = 1); Mon, 05 Mar 2012 18:20:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3TB/pNnjYTprILmraFqi9Pz62HgvQ1vCUbKHTzZVCKc=; b=SOnKudJdM1ofDHdV+oJ5kc2VRURgLvDmMNsRIBfQHE8/uCZQuDmIww05AF/02JU79+ GoMf7ei28nJ3HWkUzXZH0E1lm8xh+2bLb8Ek8Y8/qa02jawbRbpuLY3LZwQGNVQ7lWed MqO3gYuvZkKw2Q7NX3W8s7kOAbEOBcD7AJrUL5Oww3aujPg4lHeyuvBxofh0IYCtFIVT 0qlAb88T+nN08FW0AVhAPqhzj1la0EnI+sA5o0H4wqJ47Q3ZAHaeotVbEQ1GXqMz42ni 0fRkX8NgvG/Tn8uJn8eeF9YEIzJqVo1/ep9Lxzv0M0L4toKcrMjjgEoRwBIHixuvD22E anDg== MIME-Version: 1.0 Received: by 10.50.184.200 with SMTP id ew8mr7532106igc.1.1331000412603; Mon, 05 Mar 2012 18:20:12 -0800 (PST) Received: by 10.231.219.133 with HTTP; Mon, 5 Mar 2012 18:20:12 -0800 (PST) Date: Mon, 5 Mar 2012 21:20:12 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=14dae9340791ca033c04ba89ae17 Subject: Scalar Type Hinting From: xwisdom@gmail.com (Raymond Irving) --14dae9340791ca033c04ba89ae17 Content-Type: text/plain; charset=ISO-8859-1 Hello, I came across some info on the web that states that scalar type hinting was added to the PHP trunk but it did not make it's way into 5.4 because of objections from the community. Will it ever make it's way into 5.5? I know PHP is considered to be a weak typed language but it should also be about freedom. Freedom for a PHP developer to choose to use scalar type hinting whenever he/she sees the need. Best regards, __ Raymond --14dae9340791ca033c04ba89ae17--