From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-144-136-157-34.qld.bigpond.net.au ([144.136.157.34] helo=data.home ident=mail) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AIUTt-0004gd-00 for ; Sat, 08 Nov 2003 09:54:29 -0500 Received: from geoff (helo=localhost) by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 1AIUTp-0002MG-00 for ; Sun, 09 Nov 2003 00:54:25 +1000 Date: Sun, 9 Nov 2003 00:54:25 +1000 (EST) From: Geoff Shang To: "Speakup is a screen review system for Linux." In-Reply-To: <002201c3a5f2$77a904a0$6901a8c0@ism.can.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [drupal-support] Re: Error On Every Screen X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 14:54:29 -0000 Hi: There is PHP v4 in the stable release, but it's version 4.1.2. It's in the php4 package. You can search for packages by using the apt-cache command, assuming you have apt configured and updated. Type: apt-cache search Note that this searches available packages, not packages you have installed. You can then use: apt-cache show To show you all the details of a given package, and apt-get install to install it. I just checked on some systems I have access to that run less stable releases. The version in testing (Sarge) is the same as the one in stable (Woody). The version in unstable is 4.3.3 (the most recent 4.x version last time I looked on php.net). Note though that it's likely you'll have to upgrade your entire distribution to unstable if you go the package route of getting something greater than 4.2. Unless you want to live on the bleeding edge, I recommend against this. If you simply must have a version of PHP greater than 4.2 and you don't want to move to unstable, I'd seriously consider compiling it from source. I've not done this, but it may ultimately prove to be less headache than moving to unstable. I compiled python the other day from source and it was a walk in the park. Geoff.