php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9039 Problem with file(), fopen() and url with parameters
Submitted: 2001-01-31 16:27 UTC Modified: 2001-05-30 11:55 UTC
From: paolozavarise at libero dot it Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.0.4pl1 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: paolozavarise at libero dot it
New email:
PHP Version: OS:

 

 [2001-01-31 16:27 UTC] paolozavarise at libero dot it
I have this problem. When I run this script

<?php
$firstfile=file("http://www.imdb.com/Title?1941+(1979)");
$secondfile=file("http://www.imdb.com/Title?Nikita+(1990)");
?>

I always have a warning with the first url:
"Warning: file("http://www.imdb.com/Title?1941+(1979)") - No such file or directory in myfile.php"...
but the second url give me any problem.

I think that my php-win has a problem with url with parameters (get method) started with a number (1941)...
no problem with letters.

Boh
Good work !
Paolo Zavarise

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-30 11:55 UTC] sniper@php.net
Reopen if this happens with PHP 4.0.5.
(works for me just fine)

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC