Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45236 invoked from network); 17 Mar 2014 19:32:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2014 19:32:27 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.178 mail-ie0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:43252] helo=mail-ie0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/EB-17561-9CD47235 for ; Mon, 17 Mar 2014 14:32:26 -0500 Received: by mail-ie0-f178.google.com with SMTP id lx4so5754308iec.23 for ; Mon, 17 Mar 2014 12:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=4RkxQL0p5EzmE4Bc42b8A6Sdxkys3NcV8NZaytKXfFE=; b=RIjN0jBmUqWWzDVAjGXkVqwa8Am1uIAk6KQN0HGrIkHhWEmlIIxmKfooR6fUjy1IKm zfxwX+3+ootfBrPLmm+O87mEYMI9+TOfcCD6LSIefj52cbFk27RNR1RljFRuBKpzAiFZ K6jGFiyt5qPwgbqCanxvMMilelFe6U6/+e17g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:content-type:content-transfer-encoding; bh=4RkxQL0p5EzmE4Bc42b8A6Sdxkys3NcV8NZaytKXfFE=; b=V3euVGJITrSfLNrnLNrlT4uDVAQdn+YDvdvlvCvlxiIB06veQFXru+J2Uo/Cm+I+P0 f/uDhERcYW7FiD28QnfIjA1v+FmiCCzI2ktW7ObpdE37B62Pll6JH97hBpli/Rk7KQyh H2VD0SST9L1Grt8T9iPy/dAqn5aA8WIGGBB8TJT2soTMwqrPqOr3dvhr2XODB0DIUWSa PWKtsP8XkuBcuKbbmnM6SlsnSOBa42pBqrUzB0qpRNtvpyQOeg69ifMOHkjESUAlsFaC V33cTK01lYcBYaq0jm0eU+BR5ujzJpfQzKeCIfU9tpZEzKtQfZz7saCm/cUD2K+483LO jSng== X-Gm-Message-State: ALoCoQltijV0QdN+nnZc5gY2+dUTLoL2wxxZ9gpZrzCyISQuUXsKSMcv7bop2qk8mtQqFpQR9s8M X-Received: by 10.43.67.70 with SMTP id xt6mr2095175icb.84.1395084743582; Mon, 17 Mar 2014 12:32:23 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.206.208 with HTTP; Mon, 17 Mar 2014 12:32:03 -0700 (PDT) Date: Mon, 17 Mar 2014 12:32:03 -0700 X-Google-Sender-Auth: AelwkiLn7ZOgTm02l25bw3XyqCU Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: PHP 5.6: UPGRADING From: aharvey@php.net (Adam Harvey) Folks, With PHP 5.6 beta 1 due this week, this is your occasional friendly reminder to please ensure that any 5.6 changes you've committed have an appropriate section in the UPGRADING file ASAP =E2=80=94 this is useful both for users and for documentors, since it's the easiest way of tracking what's been added/removed/changed. If you just want to quickly double check that you did add a paragraph, you can see the current 5.6 UPGRADING file on GitHub: https://github.com/php/php-src/blob/PHP-5.6/UPGRADING Thanks, Adam