php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3172 fopen returns unknown error
Submitted: 2000-01-11 05:39 UTC Modified: 2001-02-10 15:25 UTC
From: azathoth at club-internet dot fr Assigned:
Status: Closed Package: Other
PHP Version: 3.0.13 OS: Windows 95
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: azathoth at club-internet dot fr
New email:
PHP Version: OS:

 

 [2000-01-11 05:39 UTC] azathoth at club-internet dot fr
if i create a file named "toto.htm" and i make a form who send for exemple data=toto.htm to my php3 page, and if i make this sort a script
<?fopen($data,"r+");?>
then i have an unknown error. But if i type 
<?fopen("toto.htm","r+");?>
it works, but $data and toto.htm are identical....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-28 21:42 UTC] hholzgra@php.net
could you please provide a sample script
and the exact text of the error message you get?
 [2001-02-10 15:25 UTC] jimw@php.net
no feedback, closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC