From: Arno H. <aho...@xm...> - 2001-01-12 17:36:06
|
Martin, Steve, > > In the info of PHP I get: > > dba > > DBA support enabled > > Supported handlers gdbm dbm ndbm The "dba" section is the generic interface for dbm-style databases. It us= es=20 the dba_*() functions. Unless your phpinfo() has a *separate* "db" sectio= n,=20 the dbm*() functions used in dbmlib.php are not supported. =46rom a comment on php.net [talks about dbm*()]: st...@eu... 24-Oct-2000 10:13 =09This interface seems to be deprecated.=20 =09The --with-dbm configure option enables DBA-DBM, not this one. =09To get it, you must do a --with-db. Steve, I guess we should consider switching to the new interface. /Arno |