Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36765 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16579 invoked from network); 2 Apr 2008 12:36:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2008 12:36:29 -0000 Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.180 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.146.180 wa-out-1112.google.com Received: from [209.85.146.180] ([209.85.146.180:7748] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/A5-17876-BCD73F74 for ; Wed, 02 Apr 2008 07:36:28 -0500 Received: by wa-out-1112.google.com with SMTP id l24so3062575waf.17 for ; Wed, 02 Apr 2008 05:36:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=YKPmn/Z29ch4w/W1pAcdCb0oTX9Ceq4T68FSS6wJevk=; b=Z/yblK5i5VmoNW0LQxYv9kWbfcXsqghA5DEXojI7bgYLXGmFdjZ4n7/98YMxAsb1/9zR7oEgCeJnMWbtRQzGqEMeL/ddhp0+rsZ7VIWC3pCVygmrexnKz58qAP+MiuPssaAvD6cfz92xfCur6Y6Rb+Fqx8CEvJBCX65epNL1fAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pi7CyS4SqlJC9uVRHu4i/4eTdSWM+4PkF/s2rfUwNXa9ijoJAM3xHimr5J+a619/tQwS5EpnyXdEh/MYPNZXsThIvpD8YyZfehdDyJNOrcw6aR6hXcrfLDdAIfvrS9Mjbm2WI13/nMef0E+XI8gfCuGiVjcQem5KPqmU0epnJyA= Received: by 10.114.88.1 with SMTP id l1mr14667820wab.79.1207139785355; Wed, 02 Apr 2008 05:36:25 -0700 (PDT) Received: by 10.115.22.20 with HTTP; Wed, 2 Apr 2008 05:36:25 -0700 (PDT) Message-ID: Date: Wed, 2 Apr 2008 08:36:25 -0400 Sender: david.coallier@gmail.com To: "James Dempster" Cc: internals@lists.php.net In-Reply-To: <81.D4.17876.2A573F74@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <81.D4.17876.2A573F74@pb1.pair.com> X-Google-Sender-Auth: 8d99800b86a4da41 Subject: Re: [PHP-DEV] PHP_5_3 GOTO? From: davidc@php.net ("David Coallier") > I see there was a patch added to CVS 2 days ago which added the T_GOTO > token. This has since broken the Zend Framework for me as they're using the > goto keyword on some of their objects. > > I thought it was version PHP 6 that was adding the goto operator. Been discussed on this list that certain HEAD (php6) features should be backported to 5_3 > > Does anyone know the state of things for the goto keyword and PHP 5.3? See http://marc.info/?l=php-internals&w=2&r=1&s=Backporting+to+5_3&q=b That should answer your questions :) D