From owner-freebsd-questions Tue Oct 15 14:10: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 075F137B401 for ; Tue, 15 Oct 2002 14:10:02 -0700 (PDT) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3A443E4A for ; Tue, 15 Oct 2002 14:10:01 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 181Ywy-0007ZI-0U; Tue, 15 Oct 2002 22:10:00 +0100 Message-ID: <7E8qieCdPIr9EwyS@caomhin.demon.co.uk> Date: Tue, 15 Oct 2002 22:08:45 +0100 To: darryl@osborne-ind.com Cc: freebsd-questions@freebsd.org From: Kevin Golding Subject: Re: PHP 4.2.3 install References: <002401c27488$310e4bf0$0701a8c0@darryl> In-Reply-To: <002401c27488$310e4bf0$0701a8c0@darryl> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Someone, quite probably Darryl Hoar, once wrote: >Greetings, >I have a box running 4.3-release which I had installed PHP from ports. This >was >quite a while ago. I need to be running PHP 4.2.3 on this box. How do I >de-install >the php version I have and install 4.2.3? > >thanks for ideas or pointers to the applicable FM. # cd /usr/ports/sysutils/portupgrade # make install clean # rehash # portupgrade mod_php4 The man pages for portupgrade will tell you handy little hints like if you use: # portupgrade -rR mod_php4 it will actually upgrade all of the dependencies for PHP (and anything that depended on it too.) Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message