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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

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

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 13:01:33 2025 UTC