php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13764 No error in filename.phtml
Submitted: 2001-10-19 18:29 UTC Modified: 2002-05-11 16:28 UTC
From: orgie at seznam dot cz Assigned:
Status: Closed Package: *Directory/Filesystem functions
PHP Version: 4.0.6 OS: WIN98
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: orgie at seznam dot cz
New email:
PHP Version: OS:

 

 [2001-10-19 18:29 UTC] orgie at seznam dot cz
Hallo,
I have still problems with opening files via HTTP:// using FOPEN function.

When I use transcription:

FOPEN("http://www.mb-net.cz/index.phtml","r");
or
FOPEN("http://www.mb-net.cz/","r");

there is no problem, it works fine.

I have read I have to use slash "/" at the end of URL, it is OK. But what may I do in case I need use parameters?

I wrote:

fopen("http://prilohy.idnes.cz/garfield/garfield.asp?y=/garfield/011014.htm","r");

it does not work, it says: "No error in filename.phtml"

Tried use another transcription:

fopen("http://prilohy.idnes.cz/garfield/garfield.asp?y=garfield/011014.htm","r");

but it works only sometimes!

I tried it about 20 times, approximately 5 times it worked, but almost didn't.

I have looked up for resolution in your bug database, but I didn't find. Please, help me.

Thank you very much.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-19 07:04 UTC] lobbin@php.net
Can you reproduce this with 4.1.0?
 [2001-12-19 09:31 UTC] orgie at seznam dot cz
I can't use 4.1.0, 'cause I need use true color and GD 2.0 library. There is only GD 1.8 library. I tried to use GD library from previous PHP version (4.0.6), but as I have read it is not possible.
I'd like to try fopen with 4.1.0 - so my question is: can you tell me where can I download PHP_GD.DLL library version 2.0 for Windows?
 [2002-05-11 16:28 UTC] edink@php.net
This has been fixed. The 4.2.1 release (out in couple of days) will contain both php_gd.dll and php_gd2.dll.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 15:01:29 2024 UTC