ID: 13740
Updated by: jeroen
Reported By: [EMAIL PROTECTED],
Old Status: Open
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Free BSD
PHP Version: 4.0.6
New Comment:

You probably didn't compile with dbm support.

Ask support questions on www.php.net/support.php (php-install in your case), this is 
_not_ a support forum.

Previous Comments:
------------------------------------------------------------------------

[2001-10-18 18:18:36] [EMAIL PROTECTED],

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 this 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