php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24074 include(http://...) leaving files in /var/tmp
Submitted: 2003-06-07 00:56 UTC Modified: 2003-06-07 04:08 UTC
From: michael at comp1 dot gibbsdc dot com Assigned:
Status: Closed Package: Performance problem
PHP Version: 4.3.1 OS: UnixWare comp1 5 7.1.3 i386 x86a
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: michael at comp1 dot gibbsdc dot com
New email:
PHP Version: OS:

 

 [2003-06-07 00:56 UTC] michael at comp1 dot gibbsdc dot com
Calls to include(http://...) leave behind a file in /var/tmp 

The files are all named something like "phpa004OG" and they always contain the result of the include(http://...) The files accumulate, the disk fills up, and bad things happen.

./configure \
        --enable-discard-path \
        --enable-mime-magic \
        --with-mysql=/usr/local/mysql \
        --with-readline \
        --with-gd \
        --with-jpeg-dir=/usr/local/lib \
        --with-zlib-dir=/usr/lib 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-07 04:08 UTC] derick@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 09:01:29 2024 UTC