php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11431 dbase_replace_record
Submitted: 2001-06-12 07:53 UTC Modified: 2001-10-30 19:03 UTC
From: spravce at ymca dot cz Assigned:
Status: Closed Package: dBase related
PHP Version: 4.0.4pl1 OS: Linux 2.2.16
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: spravce at ymca dot cz
New email:
PHP Version: OS:

 

 [2001-06-12 07:53 UTC] spravce at ymca dot cz
  $dbm = dbase_open($dbname, 2);
  for ($i=$kdy_od; $i<$kdy_do;$i++) {
    $pol=1+$kdy_d*24*2+6*2+$i+1;

//*****This line is problem*******
dbase_replace_record($dbm, $def2, $pol);
//***********
  }
  dbase_close($dbm);
-----------------------------
If i run my php script on Linux system:
  The IE write me:    the page contains no data.
If i removed the line >dbase_replace_record($dbm, $def2, $pol);
 the display me data OK. The worst thing is
that  
  If I try run this script under OS WINDOWS 98
with installed APACHE & PHP3
the script is OK!!!.

So problem {i think} is in linux version of PHP







Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-30 19:03 UTC] sniper@php.net
Fixed in CVS. 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC