php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1449 file() function has a bug when trying to read from a http request. 3.0.7 works!
Submitted: 1999-05-25 02:51 UTC Modified: 1999-05-25 14:10 UTC
From: enver at ediltecnica dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.8 OS: Linux 2.0.36 glibc2
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: enver at ediltecnica dot com
New email:
PHP Version: OS:

 

 [1999-05-25 02:51 UTC] enver at ediltecnica dot com
$location = "http://cico1/sigma/rapportino.phtml?codice=66";
$arr = file ("$location");  <--  Segmentation fault

------
I have statically compiled php-3.0.8 with apache 1.3.6

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-25 10:49 UTC] rasmus at cvs dot php dot net
Stay tuned, this bug has been reproduced and analyzed.  A fix should be coming soon.
 [1999-05-25 14:10 UTC] rasmus at cvs dot php dot net
Ok, this bug has been fixed.  The patch is here:

http://cvs.php.net/cvsweb.cgi/fopen-wrappers.c.diff?r1=1.59&r2=1.60&f=h
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 23:01:30 2024 UTC