ID: 13650 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Solaris 7 (SunOS 5.7) -PHP Version: 4.0.6 +PHP Version: 4.1.2 New Comment:
I also still have the problem with PHP 4.1.2, gd 1.8.4, Solaris 7 and 8. I use the workaround: ImageWBMP ( $im, "/tmp/test.wbmp" ); readfile("/tmp/test.wbmp"); unlink("/tmp/test.wbmp"); You should use a "better" filename if your image could bee accessed by more than one at the same time. / Johan Previous Comments: ------------------------------------------------------------------------ [2002-03-21 11:07:44] [EMAIL PROTECTED] I have also this problem with Sparc-Solaris 2.6 PHP-4.1.2 gd-1.8.4 ------------------------------------------------------------------------ [2001-11-19 08:06:18] [EMAIL PROTECTED] Here is the diff... diff php.ini php.ini-dist 217c217 < log_errors = On --- > log_errors = Off 223c223 < error_prepend_string = "<font color=ff0000>" --- > ;error_prepend_string = "<font color=ff0000>" 226c226 < error_append_string = "</font>" --- > ;error_append_string = "</font>" 229c229 < error_log = /var/apache/logs/php_error_log --- > ;error_log = filename 341c341 < upload_tmp_dir = /var/apache/upload --- > ;upload_tmp_dir = 344c344 < upload_max_filesize = 12M --- > upload_max_filesize = 2M / Johan ------------------------------------------------------------------------ [2001-11-18 19:02:38] [EMAIL PROTECTED] Could you please attach the diff of your php.ini and the php.ini-dist from the release? (diff -u /path/to/php.ini /path/to/php.ini-dist ) --Jani ------------------------------------------------------------------------ [2001-11-12 04:10:24] [EMAIL PROTECTED] I have now recompiled vith gd 1.8.4. It did not help! Still the same problem. Regards, Johan Sörliden ------------------------------------------------------------------------ [2001-11-09 14:55:50] [EMAIL PROTECTED] No feedback. Closing. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/13650 -- Edit this bug report at http://bugs.php.net/?id=13650&edit=1