Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58440 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35798 invoked from network); 2 Mar 2012 00:20:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 00:20:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.210.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:38694] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/C4-13741-752105F4 for ; Thu, 01 Mar 2012 19:20:40 -0500 Received: by dang27 with SMTP id g27so1623597dan.29 for ; Thu, 01 Mar 2012 16:20:37 -0800 (PST) Received-SPF: pass (google.com: domain of philip@roshambo.org designates 10.68.216.132 as permitted sender) client-ip=10.68.216.132; Authentication-Results: mr.google.com; spf=pass (google.com: domain of philip@roshambo.org designates 10.68.216.132 as permitted sender) smtp.mail=philip@roshambo.org Received: from mr.google.com ([10.68.216.132]) by 10.68.216.132 with SMTP id oq4mr9240393pbc.41.1330647637033 (num_hops = 1); Thu, 01 Mar 2012 16:20:37 -0800 (PST) Received: by 10.68.216.132 with SMTP id oq4mr7640761pbc.41.1330647636982; Thu, 01 Mar 2012 16:20:36 -0800 (PST) Received: from [192.168.2.100] (c-71-56-134-232.hsd1.wa.comcast.net. [71.56.134.232]) by mx.google.com with ESMTPS id l8sm3349302pbd.62.2012.03.01.16.20.35 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 16:20:35 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 In-Reply-To: <4F501197.8040007@gmail.com> Date: Thu, 1 Mar 2012 16:20:34 -0800 Cc: Simon Schick , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <4F5009B9.90905@gmail.com> <4F500BB7.70903@thelounge.net> <4F501197.8040007@gmail.com> To: =?iso-8859-1?Q?=C1ngel_Gonz=E1lez?= X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQlkpb8DfsfO9NO1OV0vCXB8n/R2//ful8aFbMrVERFBVplN7Gh3oH8b2ZnW9sU5baKIIdtm Subject: Re: [PHP-DEV] PHP 5.4.0 released! From: philip@roshambo.org (Philip Olson) On Mar 1, 2012, at 4:17 PM, =C1ngel Gonz=E1lez wrote: > On 02/03/12 01:00, Simon Schick wrote: >> Hi, all >>=20 >> When will the documentation be ready? >>=20 >> For example you wrote that something has changed to the keywords = *continue *and >> *break *- but I dont get what and it's not defined in here: >> http://www.php.net/manual/en/control-structures.continue.php >>=20 >> Bye >> Simon > The option to use a variable as target for the break/continue. > Ie. you no longer can do break $var; or continue $var; >=20 > It's not telling you that you can do that, so the docs don't > seem wrong. :) I like this logic :) Also, the docs are updated in SVN, and will show up ~tomorrow. Regards, Philip=