From: Matthew P. <mp...@he...> - 2004-09-30 02:24:12
|
On Wed, Sep 29, 2004 at 11:57:21PM +0200, Amilcar do Carmo Lucas wrote: > On Wednesday 29 September 2004 21:14, Reini Urban wrote: > > we don't care for the dba handler, every will work. we don't care about > > the handler at all. the php-dba module just has to work as advertised. > > just cdb is not a good solution, if you care to read the cdb docs. :) > > > > berkeleydb4 (db4) is of course supported. There might be php issues with > > that though. see old bugreports on that. but php-gdbm has also problems, > > even worse than db4. >=20 > Why not make MySQL the dafault database for phpwiki ? Because that would then require anyone who wanted to run a PHPWiki would need to know or learn how to do things with MySQL. Yes it's free, yes it's relatively easy to GUI your way around things, but it's still a significant learning hump. Oh, and PHP5 doesn't have the MySQL module in it's core set of features any more, due to the changed licencing of MySQL. Throw SQLite at the problem instead, though, and you get much the same sort of external appearance, without the hideous interface of DBA (you get the hideous interface of SQL instead <g>). - Matt |