From: Steve W. <sw...@pa...> - 2001-03-07 15:56:08
|
A word of caution: ndbm on Solaris only supports values of 1000 bytes. This means that a page could not exceed 1000 bytes in length or you got an internal server error. You might want to test this out to see if it's the case, and if so try the db2, about which I know nothing... cheers ~swain On Tue, 6 Mar 2001, Adam Shand wrote: > > > The dba_ functions are an interface to several of the dbm-style > > database libraries. 'Gdbm' is only one of the types of databases > > possible --- others include 'dbm', 'ndbm', 'db2', db3'. Which ones > > are available in your PHP are determined at PHP compile-time. > > debian disables gdbm in favor of db2 and ndbm i believe. > > > DBA support | enabled > > Supported Handlers | gdbm db2 db3 > > yep ... i get ... > > DBA support enabled > Supported handlers ndbm db2 > > > (Except, I suspect in your case gdbm won't be listed as a supported > > handler.) > > yep, right on the money. > > > Change line 39 in dbalib.php from > > just like magic! > > > I think that should work. (I've just tested it with 'db2' and that > > seems to work fine.) > > yep please, this is really hard to debug if you aren't very familiar with > php. > > THANK YOU! > adam. > > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://wcsb.org/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |