Hi
I am new to this Berkeley DB. First of all could anyone tell me about the configuration options i need to follow for Berkeley DB with my PHP.
The next question is, is there any API functions in PHP to handle Berkeley DB like MySQL. When i was going thru the Berkeley DB documentation I 've found many functions and methods to handle Berkeley DB(For example db_create,DB->open..etc).
Also the examples specified there seems to be a C language coding. According to the document , Berkeley DB provides a simple function-call API for programming languages, including C, C++, Java, Perl, Tcl, Python, and PHP.
So is there any equivalent API functions in PHP or Is it possible to use Berkeley DB to the full extent using PHP.
Any help?
Thanks
svan