quicknik wrote:oehm....
compare output of phpinfo() on both maschines
I can't see anything relevant. The versions of PHP, Apache and GD appear to be the same, yet the problem only occurs on LAMP. Here's some miscellany from phpinfo:
My PC (Win XP Home):
PHP Version 4.3.11
Apache Version: Apache/1.3.33 (Win32) PHP/4.3.11
Thread Safety: enabled
Registered PHP Streams php, http, ftp, compress.zlib
GD Support: enabled
GD Version: bundled (2.0.28 compatible)
FreeType Support: enabled
FreeType Linkage: with freetype
GIF Read Support: enabled
GIF Create Support: enabled
JPG Support: enabled
PNG Support: enabled
WBMP Support: enabled
XBM Support: enabled
My webhost (LAMP):
PHP Version: 4.3.11
SERVER_SOFTWARE: Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b
Thread Safety: disabled
Registered PHP Streams: php, http, ftp, https, ftps, compress.zlib
GD Support: enabled
GD Version: bundled (2.0.28 compatible)
FreeType Support: enabled
FreeType Linkage: with freetype
GIF Read Support: enabled
GIF Create Support: enabled
JPG Support: enabled
PNG Support: enabled
WBMP Support: enabled
XBM Support: enabled