Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99861 invoked from network); 14 Jun 2009 20:01:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2009 20:01:28 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.222.204 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.222.204 mail-pz0-f204.google.com Received: from [209.85.222.204] ([209.85.222.204:33400] helo=mail-pz0-f204.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/B3-10729-717553A4 for ; Sun, 14 Jun 2009 16:01:27 -0400 Received: by pzk42 with SMTP id 42so2262535pzk.29 for ; Sun, 14 Jun 2009 13:01:24 -0700 (PDT) Received: by 10.114.201.2 with SMTP id y2mr10251280waf.205.1245009684349; Sun, 14 Jun 2009 13:01:24 -0700 (PDT) Received: from ?192.168.1.2? (c-76-22-32-17.hsd1.wa.comcast.net [76.22.32.17]) by mx.google.com with ESMTPS id j34sm4975539waf.64.2009.06.14.13.01.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 14 Jun 2009 13:01:23 -0700 (PDT) Message-ID: <749487D7-CF18-42B2-ADB7-410DC1E9769F@roshambo.org> To: internals@lists.php.net Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 14 Jun 2009 13:01:21 -0700 X-Mailer: Apple Mail (2.935.3) Subject: A 5.3 UPGRADING guide update From: philip@roshambo.org (Philip Olson) Hello everyone, The wiki entry[1] titled "PHP 5.3 upgrading notes" should no longer be edited, because it's been replaced by UPGRADING[2] within the PHP_5_3 branch. Today I synced and updated UPGRADING assuming that: - The UPGRADING file added on Jan 28 17:23:28 2009 UTC was fully in sync with the wiki around that date - Since then, people added all noteworthy changes to at least one of these locations (not forgotten) I am not searching through NEWS or CVS to find additional entries for UPGRADING (or vice versa) but am creating an upgrading guide for the PHP Manual similar to the 5.2 guide[3]. Regards, Philip [1] http://wiki.php.net/doc/scratchpad/upgrade/53 [2] http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?view=markup&pathrev=PHP_5_3 [3] http://php.net/migration52