php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13591 dbase_replace_record dont work
Submitted: 2001-10-07 22:20 UTC Modified: 2001-10-30 19:05 UTC
From: walch at gedankenkraft dot de Assigned:
Status: Closed Package: dBase related
PHP Version: 4.0.6 OS: Suse Linux 7.2, Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: walch at gedankenkraft dot de
New email:
PHP Version: OS:

 

 [2001-10-07 22:20 UTC] walch at gedankenkraft dot de
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-30 19:05 UTC] sniper@php.net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC