|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-13 10:35 UTC] steve at electronic dot co dot uk
[2002-06-28 02:54 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Aug 27 13:00:01 2026 UTC |
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.