немного оффтоп:
при таких опциях при сборке php:
/configure --with-config-file-path=/etc/php.ini --with-apxs2=/usr/local/apache2/bin/apxs --with-mod_charset --enable-magic-quotes --with-zlib --enable-bcmath --enable-exif --enable-ftp --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-ttf --with-freetype-dir --enable-gd-native-ttf --with-mysql --enable-sockets --with-iconv
как минимум, у тебя не должна работать функция:
imagecreatefromjpeg(), потому что
you should recompile PHP and be absolutely sure to add '--with-jpeg-dir' to the config command. This should appear BEFORE the --with-gd option
отсюда:
http://ru2.php.net/manual/ru/function.imagecreatefromjpeg.php#74891
сам недавно с этим парился.
borzih2
Может, есть какие-то другие php.ini, которые "перекрывают" основной php.ini ?
если в loaded пустота, то php.ini грузится - который по умолчанию.
попробуй в /etc/php.ini оставить минимум и сделать там ошибку намеренную, чтобы при рестарте апача тебе ошибку выдало