From: Adam S. <la...@sp...> - 2001-03-07 02:36:38
|
> 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. |