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

Pull Requests

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 Dec 27 15:01:29 2024 UTC