From:             [EMAIL PROTECTED],
Operating system: Free BSD
PHP version:      4.0.6
PHP Bug Type:     Unknown/Other Function
Bug description:  Call to undefined function: dbmopen()

I'm new to php.  Got the following error when trying to open a DBM:
Installation of PHP was with the defaults, is there some additional SW that
will allow DBM?

Fatal error: Call to undefined function: dbmopen() 


//open a DBM database; create if it doesn't exist
$fn =  "/qes/IP4700
# $dbh = dbmopen( "$UserDefinedTSdir", "c" ) or die ( "Couldn't open DBM"
);
$dbh = dbmopen( $fn, "c" ) or die ( "Couldn't open DBM" );
dbmclose ($dbh);



-- 
Edit bug report at: http://bugs.php.net/?id=13740&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to