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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-30 19:03 UTC] sniper@php.net
Fixed in CVS. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 08:01:30 2024 UTC