Re: PHP3.0.5

[email protected] (Shane Caraveo) Sun, 04 Oct 1998 15:13:50 -0400
Newsgroups php.beta
Message-ID <[email protected]>
Egon Schmid wrote:
> 
> Oh, I have seen in bug #781 dbopen(). This is also contained in Berkeley
> DB 1.85. DB 2.4.14 use db_open().  Ralf S. Engelschall made here a
> distinction between DB 1/2 for mod_auth_db.
> 
> Last week I would read htdig's DB 2, but PHP3 offered me only flat file
> support. I know that Shane had made some changes to DB support.
> 
> GDBM support worked very well.
> 
> -Egon

Hmm, I haven't made any changes in dbm for a long long time now, that I
can think of, or that would effect dbm_open.  I did make it work with
the db 2.4.14 library from sleepy cat.  You have to define the misnamed
BSD2=1, NDBM=1, and GDBM=0.  Then you can link against db 2+ libraries.

Shane