From owner-freebsd-apache@FreeBSD.ORG Sat May 26 01:21:01 2007 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48FC916A41F for ; Sat, 26 May 2007 01:21:01 +0000 (UTC) (envelope-from trakman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id EE70D13C44B for ; Sat, 26 May 2007 01:21:00 +0000 (UTC) (envelope-from trakman@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1704225pyi for ; Fri, 25 May 2007 18:21:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=iIg5n1cf/mS2gJajm0Q5mdRI9Bt8yIGy+cGqFyt7VUYFWQeRc6YJyaq08ircRxyAfC27dh2voePBOdEExCRHmPd5/coreo66Rc78CVAFFHQHAiu85cHUvcg2DPGKnTvH0SNNr+fbB2aLrWQ8QS8JCPIbgytv59xsxR9IpljIdn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=U2I4il+SyT6tKbyk5sXvc9GZ9fRcqlhZUd56nUkWMv21zQbxn04WuJf1jzcIbj09DmG6nq8xnZAZ2fB1638JtTwh8oZSoTLPAYEms2wHz7MvJJDOaEaCvuFxDYzfEUk1tzsQkGl/FRtI9J6phYSF3hayZfSB11EK6HM0p9QnkdM= Received: by 10.65.38.5 with SMTP id q5mr6893275qbj.1180140745231; Fri, 25 May 2007 17:52:25 -0700 (PDT) Received: by 10.65.197.12 with HTTP; Fri, 25 May 2007 17:52:25 -0700 (PDT) Message-ID: <9f58d8a30705251752h70e0e868l584e5e3efb1dc4b3@mail.gmail.com> Date: Sat, 26 May 2007 12:52:25 +1200 From: "Trakman @ gmail.com" To: freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: php upgrading/version issue X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 01:21:01 -0000 ok, so I need to update my php: php5-5.2.1_3 < needs updating (port has 5.2.2) php5-bz2-5.2.1_3 < needs updating (port has 5.2.2) php5-ctype-5.2.1_3 < needs updating (port has 5.2.2) . . . php5-zlib-5.2.1_3 < needs updating (port has 5.2.2) this is what I do: >portupgrade php5-5.2.1_3 > >portupgrade php5-bz2-5.2.1_3 > >portupgrade php5-ctype-5.2.1_3 > . . . and so on, till all are upgraded... this is rather time consuming is there a quicker way to upgrade all of php in one go? am I meant to stop apache running before upgrading php? after I upgrade my php this way, when I do a 'phpinfo' - it still shows the previous php version, instead of the new version number. am I meant to reinstall/re-make apache after upgrading php??? Thanks.