Index: [Article Count Order] [Thread]

Date:  Tue, 18 Jan 2005 19:26:25 +0100
From:  "Devon H. O'Dell" <dodell (at mark) sitetronics.com>
Subject:  [coba-e:01938] Re: PHP 5
To:  coba-e (at mark) bluequartz.org
Message-Id:  <41ED54D1.1050707 (at mark) sitetronics.com>
In-Reply-To:  <200501181655.j0IGtngY005318 (at mark) bq1.alpha.or.jp>
References:  <200501181655.j0IGtngY005318 (at mark) bq1.alpha.or.jp>
X-Mail-Count: 01938

David Drysdale wrote:
> Will upgrading to php5 break the server admin panel? Have any of you 
> installed it and have info on how you did it.

You'd at least have to recompile the i18n.so and cce.so moduels for PHP 
5, which would take at least a small bit of knowledge of C. Additionally 
the class interface isn't fully compatible between the two. If you just 
want to provide PHP 5 to your users, it'd be a better idea to just 
install PHP 5 under the regular apache, there's no reason you'd need or 
want to modify the admserv.conf to add PHP 5 for that.

However, note that there are lots of PHP 4 applications that _will not_ 
run under PHP 5. I'd recommend searching google to find various peoples' 
explinations of how they've gotten the two running side-by-side.

--Devon