php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17735 In Win98 normally, In Win200 ERROR
Submitted: 2002-06-13 01:43 UTC Modified: 2002-06-13 09:09 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: sam at sugarnet dot com dot tw Assigned:
Status: Not a bug Package: *Directory/Filesystem functions
PHP Version: 4.2.1 OS: Win98, Win2000
Private report: No CVE-ID: None
 [2002-06-13 01:43 UTC] sam at sugarnet dot com dot tw
in Win98+PHP , download and run normally.
(download data.mdb, size=1437696 bytes)

in Win2000+PHP, file size add about 6K ,and can not run in access,file is error. :-(
(download the same data.mdb, size=1443815 bytes)

if ($fs=fopen("http://xxx.xxx.xxx.xxx/data/data.mdb","r")) 
{ 
  $fd=fopen("./data.mdb","w"); 

  while($data=fread($fs,8)) 
  { 
    if ($data<>"") 
    { 
      fwrite($fd, $data); 
    }; 
  }; 
 
 Please check it, and tell me how to fix it.

Thanks!!

SAM.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-13 09:09 UTC] sniper@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC