Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36764 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13654 invoked from network); 2 Apr 2008 12:16:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2008 12:16:30 -0000 Received: from [127.0.0.1] ([127.0.0.1:2270]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id C1/15-17876-C1973F74 for ; Wed, 02 Apr 2008 07:16:28 -0500 X-Host-Fingerprint: 217.37.255.161 host217-37-255-161.in-addr.btopenworld.com Received: from [217.37.255.161] ([217.37.255.161:23628] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/D4-17876-2A573F74 for ; Wed, 02 Apr 2008 07:01:39 -0500 Message-ID: <81.D4.17876.2A573F74@pb1.pair.com> To: internals@lists.php.net Date: Wed, 02 Apr 2008 13:01:36 +0100 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 217.37.255.161 Subject: PHP_5_3 GOTO? From: letssurf@gmail.com (James Dempster) Hi All, My first post here. :-) Just started using PHP_5_3 for a development project. It's a fairly long project so 5.3 should be out before it's finished. My reason for using PHP_5_3 was for late static binding (been longing for this feature). While using 5.3 I also get to test the development version of PHP and hopefully provide feedback, or ask questions. So on with my question. 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. Does anyone know the state of things for the goto keyword and PHP 5.3? Thanks /James