Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55437 invoked from network); 30 Jan 2014 07:16:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2014 07:16:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.179 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.214.179 mail-ob0-f179.google.com Received: from [209.85.214.179] ([209.85.214.179:50825] helo=mail-ob0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/A2-42724-D3CF9E25 for ; Thu, 30 Jan 2014 02:16:15 -0500 Received: by mail-ob0-f179.google.com with SMTP id wo20so3131778obc.10 for ; Wed, 29 Jan 2014 23:16:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pY0K90kQz3x649IzVobXZbYPCywvFOuRPn8oOXQsA/s=; b=GPPuUCQB/K/a1fDBWOSB3W/wclyqTrgJ+iVZmj/grqTj2NDkvSW6to5f9phiWyJtuB Vbcptiopl8dqUY7fUhb3mkor+7+D1xTdiCq413SgLPVdn9g87mneBrxgWVsX3TJ7PbPP zuJZYufHD3FaAFWqrxRYz1ltLClp3M52ZrMKNcVPiYuv46cliP3P06lxIoDZTAewwFxD XH5NKE383fHxmOFjbzfsSD4+xhB9gyS4eDWA5ddmHN0L9EMPC69VwA6BdWogFqxPN4YV 45BGQYrj4Mxs/6ADRGGMJYpeAWU8plWtJ2PMEOX1zK0R7k50Oa3yx7qEHeG6asI2BR/H qJlg== MIME-Version: 1.0 X-Received: by 10.60.45.206 with SMTP id p14mr10214902oem.21.1391066170634; Wed, 29 Jan 2014 23:16:10 -0800 (PST) Received: by 10.182.29.38 with HTTP; Wed, 29 Jan 2014 23:16:10 -0800 (PST) In-Reply-To: References: <52E8C097.6080208@lsces.co.uk> Date: Thu, 30 Jan 2014 08:16:10 +0100 Message-ID: To: "Kingsquare.nl - Robin Speekenbrink" Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c2019af5b68d04f12ad455 Subject: Re: [PHP-DEV] some thoughts about php 6 From: martin.keckeis1@gmail.com (Martin Keckeis) --001a11c2019af5b68d04f12ad455 Content-Type: text/plain; charset=UTF-8 Like Robin Speekenbrink already written from the view of the userland > As to give my personal list of priorities for the language as a whole: > - really make the new(er) features shine vs the old and gray + 1 changes - consistent 64 bit support (hopefully already 5.6) - constistent Multibyte support - string/array/scalar OOP style (like suggested from Pierre in his first post with BC compability) - everything which improves performance -1 changes - rename functions names - reorder function parameters - case sensitivity --001a11c2019af5b68d04f12ad455--