From owner-freebsd-questions@FreeBSD.ORG Mon Oct 15 16:17:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E0C16A417 for ; Mon, 15 Oct 2007 16:17:22 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id EE3C213C459 for ; Mon, 15 Oct 2007 16:17:21 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1593322mue for ; Mon, 15 Oct 2007 09:17:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:x-virus-scanned; bh=tzadO7Kb8dJDmgvIciYrM4yOfLNFbDrD5Iu3FamZZBc=; b=rQWyHreoUZdW3ZjHMw7de7aWU1jPf7ucaoGE8ckya313ytYLaL54yu7+2GPZGA5HvZZqkn1BexGdugVxvblYnZxtCUr9N3xAltEoD94anLzByNSRqH4cTn4JMBaEK61sDXE89RrR/O+JOO5CmpVaW/AHYVN7X2rsOmSDADoAYYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:x-virus-scanned; b=qvWBIcMc9vDnJbkc09k59MwpmF16UBC67tZsdy1OccMRygR7NFr2y8z6Elow42mwZ7UizdFhfwuQ78YbGsHI6ixCvx4re6KnOeBiYiTsxQaSyv6sgdHeQGxMHaqQ/kNiNlp4G6ZitTLA7cNjgOUDpsQ4j6YOTAcwPxbdEOUeAus= Received: by 10.82.111.8 with SMTP id j8mr11542860buc.1192465039894; Mon, 15 Oct 2007 09:17:19 -0700 (PDT) Received: from lists.lc-words.com ( [83.19.156.210]) by mx.google.com with ESMTPS id 31sm546721nfu.2007.10.15.09.17.16 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Oct 2007 09:17:16 -0700 (PDT) Received: from localhost (localhost.szalbot.homedns.org [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id 8A3743F405; Mon, 15 Oct 2007 18:17:04 +0200 (CEST) Received: from lists.lc-words.com ([127.0.0.1]) by localhost (szalbot.homedns.org [127.0.0.1]) (amavisd-maia, port 10026) with ESMTP id 65626-10; Mon, 15 Oct 2007 18:17:03 +0200 (CEST) Received: from [192.168.0.150] (unknown [192.168.11.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zbigniew@szalbot.homedns.org) by lists.lc-words.com (Postfix) with ESMTP id AFED63F402; Mon, 15 Oct 2007 18:17:03 +0200 (CEST) Message-ID: <47139285.6090605@gmail.com> Date: Mon, 15 Oct 2007 18:17:09 +0200 From: zbigniew szalbot User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Grant Peel References: <001e01c80dff$26f8a4b0$6501a8c0@GRANT> <4711757D.2090305@daleco.biz> <5f7201c80e05$ef460d30$6501a8c0@GRANT> In-Reply-To: <5f7201c80e05$ef460d30$6501a8c0@GRANT> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: freebsd-questions@freebsd.org Subject: Re: php4 to php5 upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zszalbot@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 16:17:22 -0000 Grant Peel pisze: > Hi Kevin, > > Yes, I have done many web searches. The only thing that came up that was near what I needed was: > > http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html > > However, since I can completely remove php4, then install php5, the method they talk about there seems a bit tedious. > > Thanks for the reply, I thought deinstall and install should do the trick.... will let you know how I make out. > One thing I came accross, if after installation you get httpd core dumps, try commenting out extensions in extensions.ini. Then switch them back one after another to determine which one causes the dump. Then your option is to change the order of extensions. This is just in case but it was my problem and I couldn't quickly restore web functionality after restarting httpd and seeing the crushes. All the best, Zbigniew Szalbot