Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90459 invoked from network); 29 Jan 2013 14:49:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 14:49:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:33916] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/31-10721-881E7015 for ; Tue, 29 Jan 2013 09:49:45 -0500 Received: by mail-vb0-f42.google.com with SMTP id ff1so308367vbb.15 for ; Tue, 29 Jan 2013 06:49:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=N/cee9lnKkbph6w6+ekw/Y8BM/+L9sCCiRvvudjzR/c=; b=uc+rEQkomNUDoSgkG99MeYSzDtDwFYzr4iz2vcmnbZd1uUhl2ylcjJ0kiqBpPKR+qv +lzhDd4YyFY7gxJRbgeB69Nntgs5zDnC841xUnhiLayZkm1XBMjUElCepNXvlG/aQRdX 5ocifu9SXMVPXoIIGLBSlg+Q59mnKoPAWFaiVwewf4nROBq8FlX6Zxsn1o8WBWjVKNnI XSVfAgFFxLeWttKGNuq0yhSm3eIgO2ck3RfP+Z3MEzwXYjv9pX96Zdfyoq1cOHxRPDNl C+on8Igod0+iBUq5h4yZYlMQa1HN3LclZ4uTd/P4C2j76YOzkjxkjN/W1YqGG4EKYI1+ LkiQ== MIME-Version: 1.0 X-Received: by 10.52.75.100 with SMTP id b4mr1066701vdw.52.1359470982198; Tue, 29 Jan 2013 06:49:42 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.58.180.10 with HTTP; Tue, 29 Jan 2013 06:49:42 -0800 (PST) In-Reply-To: <5107E02D.6050204@lsces.co.uk> References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <2867ee446726884cd1ac3c2d185499b4@mail.gmail.com> <5107E02D.6050204@lsces.co.uk> Date: Tue, 29 Jan 2013 15:49:42 +0100 X-Google-Sender-Auth: IvpVrKqoNN6kVr-UgF8RbIwAe60 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: kalle@php.net (Kalle Sommer Nielsen) 2013/1/29 Lester Caine : > I'll get my head chewed off again, but can we no consider doing that as PHP6 > given that 6.0.x could be a development stage. I would perhaps then strongly > lobby for 'only' having E_STRICT mode so things like 'static $this' go by > the by anyway? This would not rule out a 5.5 with just the current suit of > extras although personally I'd prefer a longer maintained 5.4 with just the > extras that dovetail well included. What is 'static $this', and how does E_STRICT belong to this whole discussion? -- regards, Kalle Sommer Nielsen kalle@php.net