From:             [EMAIL PROTECTED]
Operating system: Linux, RedHat 6.2
PHP version:      4.1.1
PHP Bug Type:     GD related
Bug description:  JPEG library reports unrecoverable error

Since updating from PHP 4.0.6 to 4.1.1 (and 4.1.2) I can no longer use
ImageJpeg() properly. Part of the image is drawn but then I get the
error;

gd-jpeg: JPEG library reports unrecoverable error: Output file write error
--- out of disk space?

I am not out of disk space, have well over 2G left on both devices.

PHP4.0.6 with all the same config options works fine and I have therefore
reverted.

If a developer would like to see the PHP environment please drop me a line
and I'll point you to a URL you can use.

rutherford:[~/php-4.0.6] cat php-build.sh 
#!/bin/sh
 
./configure --with-apxs \
            --with-gd \
            --with-mysql=/usr \
            --enable-trans-sid \
            --with-ttf \
            --with-zlib

Steve.
-- 
Edit bug report at http://bugs.php.net/?id=16529&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16529&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16529&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16529&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16529&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16529&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16529&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16529&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16529&r=submittedtwice

Reply via email to