[PHP-DB] Berkeley DB support

2001-06-29 Thread David Robinson (AU)
Hello I am looking for a version of PHP_DB.DLL that includes Berkeley DB support on the Windows platform. I read the php source (php405\ext\db\db.c) and have determined that DB support is not included by default. The dblist() function returns flat file support enabled. My best guess is to

[PHP-DB] Accessing a Berkeley DB V1.85 using PHP V4.0.5

2001-06-22 Thread David Robinson (AU)
Hello I am trying to access a Berkeley database V1.85 using PHP V4.0.5 (on Windows 2000) without success. I have tried the dbmopen() routines and dba_open(..., ..., dbm) routines. dbmopen() etc. are successful but the results suggest that they do not support this database format. The