ID: 11431
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: dBase related
Operating System: Linux 2.2.16
PHP Version: 4.0.4pl1
New Comment:

Fixed in CVS. 

Previous Comments:
------------------------------------------------------------------------

[2001-06-12 07:53:45] [EMAIL PROTECTED]

  $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








------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=11431&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to