From:             michael at comp1 dot gibbsdc dot com
Operating system: UnixWare comp1 5 7.1.3 i386 x86a
PHP version:      4.3.1
PHP Bug Type:     Performance problem
Bug description:  include(http://...) leaving files in /var/tmp

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 
-- 
Edit bug report at http://bugs.php.net/?id=24074&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24074&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24074&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24074&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24074&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24074&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24074&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24074&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24074&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24074&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24074&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24074&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24074&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24074&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24074&r=gnused

Reply via email to