php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1717 fopen "http://", "r" segfaults PHP/Apache child processor
Submitted: 1999-07-15 06:42 UTC Modified: 1999-07-18 20:32 UTC
From: rmm at dridus dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.10 OS: Linux/2.0.36 (Apache/1.3.6) Win3
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: rmm at dridus dot com
New email:
PHP Version: OS:

 

 [1999-07-15 06:42 UTC] rmm at dridus dot com
fopen()ing "http://" with "r" as mode segfaults PHP.

Simple example:

<?php
  $fp = fopen("http://", "r");
?>

This crashed on three different machines (Two linux, with different apache/PHP versions, and my Win95 box)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-18 20:32 UTC] sas at cvs dot php dot net
Thanks, fixed in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 20:01:35 2025 UTC