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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 17:01:30 2024 UTC