Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82908 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76103 invoked from network); 17 Feb 2015 00:17:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2015 00:17:22 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.180 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:50766] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/60-08417-19882E45 for ; Mon, 16 Feb 2015 19:17:21 -0500 Received: by mail-ob0-f180.google.com with SMTP id vb8so47695558obc.11 for ; Mon, 16 Feb 2015 16:17:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to:cc :content-type; bh=KExY5wOQZGnZHZ/oaj+A29RzywGM+jx+VfGX3u3THP8=; b=yZxPud410RtUoXu4g64wWtvN+F2/VQyOr8sclKL7zo+slAPMkVITtC4INiZ+zx+6DF 2zG0s4Zgl+tD5wzSU2IREI2MEyPnEd5jUEYJhO6MZJl/tT9EqbP0ncfTR3NC0vH5AWuV i6DC1an0NKKNNgjvXswrF8Bk8sSZxOYkxAUbdgzdIeu2gjA3UwzMSEDBGWT5gG9jW68w y1jeWgpQ4SfqAPAAtBElCgPQ4qpLZn3KdPoG5maR0Fj5IZ1eT5Vju+qZS0uEdP18Y2SE gYlGp0/wrfZXWeJUDa6I2EDSjkdGjep2V7J7/vcIvwbDcdbw16PAo5COw8xTFAx2H54S tLoA== X-Received: by 10.60.161.10 with SMTP id xo10mr17255183oeb.56.1424132238433; Mon, 16 Feb 2015 16:17:18 -0800 (PST) MIME-Version: 1.0 References: <011801d04a07$83ab1c00$8b015400$@php.net> <016f01d04a3a$e9183220$bb489660$@php.net> Date: Tue, 17 Feb 2015 00:17:18 +0000 Message-ID: To: Sara Golemon , francois Cc: Philip Sturgeon , Jefferson Gonzalez , Rowan Collins , PHP internals Content-Type: multipart/alternative; boundary=089e0117686b2f640a050f3da0f3 Subject: Re: [PHP-DEV] Reviving scalar type hints From: arvids.godjuks@gmail.com (Arvids Godjuks) --089e0117686b2f640a050f3da0f3 Content-Type: text/plain; charset=UTF-8 Might I remind everyone that time is not on our side here - feature freeze is looming and actual work has to be done. The part you must understand is: Strict type hints are possible if someone cares to implement them with a next RFC. Be our guest. Right now we need to sort out the basic stuff - the missing numeric/mixed/resource hints, the ability to define mixed hints and make it all consistent. Maybe even fix/change some of conversion rules as a result (i'm just giving an example here). Gives us some time to gather our thought, discuss stuff and do the update to the RFC. Asuming stuff and pointing fingers before new version is out is just distracting. --089e0117686b2f640a050f3da0f3--