From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PXLDA-0006e5-BH for garchives@archives.gentoo.org; Mon, 27 Dec 2010 22:06:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEF8AE07C2; Mon, 27 Dec 2010 22:06:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 906E7E07C2 for ; Mon, 27 Dec 2010 22:06:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ACCA1B40E2 for ; Mon, 27 Dec 2010 22:06:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2214) id ADBED20054; Mon, 27 Dec 2010 22:06:16 +0000 (UTC) From: "Jeremy Olexa (darkside)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, darkside@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/php: php-guide.xml X-VCS-Repository: gentoo X-VCS-Files: php-guide.xml X-VCS-Directories: xml/htdocs/proj/en/php X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa Content-Type: text/plain; charset=utf8 Message-Id: <20101227220616.ADBED20054@flycatcher.gentoo.org> Date: Mon, 27 Dec 2010 22:06:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fc698e15-b7e7-405b-8513-883c36d98cd4 X-Archives-Hash: 7fb35638ee90b639dd95537598bf2849 darkside 10/12/27 22:06:16 Modified: php-guide.xml Log: Fix atom syntax, bug 347792 by John Feuerstein Revision Changes Path 1.3 xml/htdocs/proj/en/php/php-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/php= /php-guide.xml?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/php= /php-guide.xml?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/php= /php-guide.xml?r1=3D1.2&r2=3D1.3 Index: php-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/php/php-guide.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-guide.xml 20 Nov 2010 14:52:08 -0000 1.2 +++ php-guide.xml 27 Dec 2010 22:06:16 -0000 1.3 @@ -1,6 +1,6 @@ - + =20 Upgrading PHP @@ -20,8 +20,8 @@ =20 -1.4 -2010-11-16 +1.5 +2010-12-27 =20 PHP package @@ -113,7 +113,7 @@

Next, install the PHP versions you want:

=20
-emerge =3Ddev-lang/php:5.2 =3Ddev-lang/php:5.3
+emerge dev-lang/php:5.2 dev-lang/php:5.3
 
=20

Note that using emerge php is enough to always get the latest= stable