ID: 13591 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: dBase related Operating System: Suse Linux 7.2, Windows 2000 PHP Version: 4.0.6 New Comment:
Fixed in CVS. Previous Comments: ------------------------------------------------------------------------ [2001-10-07 22:20:12] [EMAIL PROTECTED] Hallo, I hope you understand my bad english ! I tried to update a record with dbase_replace_record. But one time it updates the fields to <null> and the other time apache crashed. I used this script: <?php $db = dbase_open ("test.dbf", 2); $record = array("test", "test2"); dbase_replace_record($db, $record,1); dbase_close($db); ?> I tried it in Linux and Windows 2000. The Server of my Webspace-Provider said "internal Servererror". Dennis Walch ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13591&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]