php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11667 PNG and Jpeg support not auto-detected
Submitted: 2001-06-25 11:04 UTC Modified: 2001-06-26 02:49 UTC
From: fcaprioli at inwind dot it Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.6 OS: Linux 2.2
Private report: No CVE-ID: None
 [2001-06-25 11:04 UTC] fcaprioli at inwind dot it
In a slacware 7.1 system with gd 1.8.4 under /usr/local, but the jpeg and png library under /usr, php configuration doesn't include support for png and jpeg in the gd module. The workaround is to explicitly set --with-jpeg-dir=/usr and --with-png-dir=/usr.

Under php 4.04pl1 configure was able to figure out these settings without help, so I suppose that's not the right behaviour.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-26 02:49 UTC] derick@php.net
This is the right behaviour.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC