Index: [Article Count Order] [Thread]

Date:  Wed, 29 Mar 2006 11:02:16 +0000
From:  田端 厚賢 <screny (at mark) hotmail.com>
Subject:  [coba-o:01491] PHP5が使いたいという要望がありました。
To:  coba-o (at mark) bluequartz.org
Message-Id:  <BAY101-F25CA97A01FED18CF1CA372DFD00 (at mark) phx.gbl>
X-Mail-Count: 01491

田端です。
BlueQuartzを使わせていただいております。
ユーザーからPHP5が使いたい、SQLiteが使えるようにしたいという要望がありまし
た。

どなたか、BlueQuartzでうまくPHP5を入れられている方がおられれば、インストール
方法
、設定等をアドバイスいただければと思います。

宜しくお願い致します。

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

coba-eでも話題になっていまして、
http://bluequartz.org/ml/archive/coba-e/1900/1938.html


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