Search code examples
phpclassberkeley-db

Does anyone have any experience using berkeley db with PHP?


I have to access and write to some berkeley db files that other applications share.

I really haven't found anything out there about using this with PHP. It really doesn't seem very popular.

Does anyone have any links or resources that I might be able to use to get things rolling?

Thanks!


Solution

  • Isn't this what the dba functions are for?
    http://php.net/manual/en/book.dba.php

    I've had some code some years ago with that. Didn't use it much however, because it was a somewhat inefficient data store. And it seems kind of pointless in the light of SQLite now anyway. But btw: http://schlueters.de/blog/archives/134-Berkeley-DB-5-and-PHP.html