From owner-freebsd-questions@FreeBSD.ORG Wed Oct 18 18:48:40 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org 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 A559C16A407 for ; Wed, 18 Oct 2006 18:48:40 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com [68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F53C43D7E for ; Wed, 18 Oct 2006 18:48:24 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 29533 invoked from network); 18 Oct 2006 18:48:24 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.99.12 with login) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 18 Oct 2006 18:48:24 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id ADD877B for ; Wed, 18 Oct 2006 13:48:23 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fGO1pr5++Vmf for ; Wed, 18 Oct 2006 13:48:18 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id C42E375 for ; Wed, 18 Oct 2006 13:48:16 -0500 (CDT) Message-ID: <453676F0.5070107@mikestammer.com> Date: Wed, 18 Oct 2006 13:48:16 -0500 From: Eric User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <5e8134c90610181121w469dade5s3d6d3a747302069a@mail.gmail.com> In-Reply-To: <5e8134c90610181121w469dade5s3d6d3a747302069a@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: php5 port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 18:48:40 -0000 Nian wrote: > Hello > > I tryed to install your php5-5.1.6_2 recently. It works fine but when > I run php --version the version is 5.1.2? > > matilda# php --version > PHP 5.1.2 (cli) (built: Mar 16 2006 03:15:52) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > thats odd, mine looks like this: PHP 5.1.6 with Suhosin-Patch 0.9.5 (cli) (built: Oct 16 2006 16:00:28) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator be sure to update your ports tree and try a reinstall. I have never had that happen to be before. The date on your php executable is old as well. are you sure it: a) compiled clean and b) was installed? Eric