Hi,
I've just updated my version of PHP to 4.3.3 using the following config line
./configure --with-apxs --with-mysql --with-gd --with-zlib-dir=/usr/local/lib --with-jpeg-dir=/usr/local/lib --with-freetype-dir=/usr/local/lib --with-pdflib
All works fine however i have no JPEG support.
I know it works from the make test and it even shows as being there when i run the configure, which completes with no errors.
I've tried 'make clean', and every other possible combination possible. but phpinfo() contiunes to return
GD Support enabled
GD Version bundled (2.0.15 compatible)
GIF Read Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
The other thing, which must be realated is that the Build Date and Configure Command in the phpinfo() have not changed since the first time i upgraded to 4.3.3
I didn't initaly install the GD modual, however since i recomplied it, it's now showing in phpinfo() however it never seem to update. Also i don't think it's noticing changes in the php.ini either.
Please help. thanks