From owner-freebsd-apache@FreeBSD.ORG Sat May 26 01:17:08 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 CC82D16A41F for ; Sat, 26 May 2007 01:17:08 +0000 (UTC) (envelope-from trakman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3B813C468 for ; Sat, 26 May 2007 01:17:08 +0000 (UTC) (envelope-from trakman@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1703032pyi for ; Fri, 25 May 2007 18:17:07 -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=cYYZ26RT+lT9IW+/tU4sksg+10qm+YMTZnUCzuj9BVOSbPm9Ab2GOmXTX5DdQyeDCCO+pHDQkQykfBf8VNXz6QvAlpKAheR03iFN3AnVapkZ0CgOE8f5q5oQzL53yaBJ4vu1OH20Kttex7a1PyXkdZJVpxpDqB398qprke3c8vw= 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=tFge9KlbeCdL5E9NsU/PWj1vyGuj4MLBM6/WCtvd2pJcF34dYEsQp6FMehptxdoAuGgm2rrkuSNB8Zono9uE/oasPHKqt1KMJXP4uYxI0DRKnD9aJAF8wxjs1AHkdrXdnF7g5Clj0a0Nj7XHPdKVBm77CfZEhJSuzkR1KM+Geqs= Received: by 10.64.181.12 with SMTP id d12mr6886717qbf.1180140606651; Fri, 25 May 2007 17:50:06 -0700 (PDT) Received: by 10.65.197.12 with HTTP; Fri, 25 May 2007 17:50:06 -0700 (PDT) Message-ID: <9f58d8a30705251750h650757c4qb368e89c94e72a2c@mail.gmail.com> Date: Sat, 26 May 2007 12:50:06 +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:17:08 -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.