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
 [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: Tue Apr 16 04:01:27 2024 UTC