Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33547 invoked from network); 2 Mar 2012 00:18:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 00:18:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.42 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:33908] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/34-13741-4D1105F4 for ; Thu, 01 Mar 2012 19:18:30 -0500 Received: by dang27 with SMTP id g27so1621489dan.29 for ; Thu, 01 Mar 2012 16:18:23 -0800 (PST) Received-SPF: pass (google.com: domain of davidkmuir@gmail.com designates 10.68.132.1 as permitted sender) client-ip=10.68.132.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of davidkmuir@gmail.com designates 10.68.132.1 as permitted sender) smtp.mail=davidkmuir@gmail.com; dkim=pass header.i=davidkmuir@gmail.com Received: from mr.google.com ([10.68.132.1]) by 10.68.132.1 with SMTP id oq1mr1441197pbb.137.1330647503021 (num_hops = 1); Thu, 01 Mar 2012 16:18:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=+qHj2i1hOJdjs61z3kk6jJf1qOXN8dM6m2VLHucojk0=; b=o4lNWzK70bnj9+LhfH0UKciZPxX9YngjeAcCaNnYXM5SZJNNKgDfaOlBsY5X3wkLB7 +/KHxxyS0+QWH68bVMvxkwPPcZRuhnqgW59/8naRVkd8s8zfG5rEUg1DCgzgh3uIPf5Q AnPCQJ1diOkCMeIdqCj1t2jQs9eMAcD7OJ+vyV2O8uCi/2iGc88JwJC/1de5UJGTAZHn zFTti5og/DLajWNdVZnjuIz8vsMIV9PiYwBRmOmHRd3yZB6drCe3Q+jZvpYYyUmb4zAr DXqjvKnavX+fDTTFz20lwnP6IoHatgIA+oRschD4KxGiq34kgH7Li9azfXpTRqXLI6Oc i13g== Received: by 10.68.132.1 with SMTP id oq1mr1166165pbb.137.1330647502961; Thu, 01 Mar 2012 16:18:22 -0800 (PST) Received: from [192.168.0.13] (dsl-202-173-152-56.vic.westnet.com.au. [202.173.152.56]) by mx.google.com with ESMTPS id vy2sm3352825pbb.48.2012.03.01.16.18.20 (version=SSLv3 cipher=OTHER); Thu, 01 Mar 2012 16:18:22 -0800 (PST) Message-ID: <4F5011E5.2050606@gmail.com> Date: Fri, 02 Mar 2012 11:18:45 +1100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Simon Schick CC: internals@lists.php.net References: <4F5009B9.90905@gmail.com> <4F500BB7.70903@thelounge.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.4.0 released! From: davidkmuir@gmail.com (David Muir) I noticed that too. The migration guide is also missing a lot of stuff. A quick overview: http://au.php.net/manual/en/migration54.changes.php: content missing http://au.php.net/manual/en/migration54.new-features.php: missing a lot of new features listed elsewhere http://au.php.net/manual/en/migration54.functions.php: missing links and documentation for several functions http://au.php.net/manual/en/migration54.class-constants.php: claims that there are several new class constants, but none are listed http://au.php.net/manual/en/migration54.methods.php missing links and documentation for several methods http://au.php.net/manual/en/migration54.new-extensions.php nothing listed http://au.php.net/manual/en/migration54.extensions-other.php "The following extensions can no longer be disabled during build configuration: " but only one empty list element Cheers, David On 02/03/12 11:00, Simon Schick wrote: > Hi, all > > When will the documentation be ready? > > 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 > > Bye > Simon > > 2012/3/2 Kris Craig > >> Lol agreed. I typically just build manually off the latest release >> anyway. But not everybody does that. There are a lot of servers out there >> running on PHP 5.1.x right now. >> >> --Kris >> >> >> On Thu, Mar 1, 2012 at 3:52 PM, Reindl Harald >> wrote: >>> >>> Am 02.03.2012 00:46, schrieb Kris Craig: >>>> LOL tell me about it! The default PHP repos for many OSes are still >>> using >>>> 5.1.x.... >>> so what >>> >>> using 5.3.x in production since 3 months after release everywhere >>> learning to build packages for your OS is the key >>> >>>