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
 [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: Mon May 06 07:01:32 2024 UTC