ID:               9222
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         DBM/DBA related
 Operating System: Win32
 PHP Version:      4.0.4pl1
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2002-04-19 01:14:53] [EMAIL PROTECTED]

can you try again using php4.2.0RC4?

http://www.php.net/~derick/

------------------------------------------------------------------------

[2001-02-12 02:39:39] [EMAIL PROTECTED]

I want to use a dbm-database. I can insert, but I can't replace or
delete anything. 
E.g.:

<?php
$dbh = dbmopen( "./data/produkte", "c" )
 or die( "Couldn't open DBM-database!" );
// This is running!

dbminsert( $dbh, "Sonic Screwdriver", "23.20" )
 or die("Insert not possible!");
// This is running, too!

dbmreplace( $dbh, "Sonic Screwdriver", "25.20" )
 or die("Replace not possible!");
// Here I get the error-alert!

dbmdelete( $dbh, "Sonic Screwdriver" )
 or die("Delete not possible!");
// Here I get the error-alert, too!

dbmclose( $dbh );
?>

(No gdb-backtrace available, sorry)

Greetzz by da
Kruemelkiller

------------------------------------------------------------------------


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

Reply via email to