[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] PHP 4.3.4 & JPEG, PNG & GIF Picture support



Hi!

I had php 4.1.2 from pkgmaster on my RAQ4. Installed php 4.3.4 from Bassi's page later and everything seems to run nice. But yesterday a customer contacted me. He uses some jpeg picture resize functions which do not work anymore. He mentioned that with the old 4.1.2 it worked for gif, jpeg & png.

I checked the php.ini and the symbolic links for the libjpeg & libpng but found nothing: The ini doesn't show any "disabled" things and the links are available.

Question: What to do besides trying to downgrade to 4.1.2?!

Is that 4.3.4 version compiled differently without that picture support? The configure info of 4.3.4 shows this:

'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-gd' '--with-gettext=/usr' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes' '--with-regex=system' '--with-ttf' '--with-dba' '--with-gdbm' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-track-vars' '--enable-wddx=shared' '--enable-mm=shared' '--enable-xml' '--enable-ftp' '--disable-debug' '--with-libdir=/usr/lib' '--with-db3' '--with-pgsql=shared' '--with-ldap' '--with-pdflib=shared'


Regards, Frank