php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21596 Bundled GD-Lib 2.1 won't let JPGraph start up
Submitted: 2003-01-12 07:15 UTC Modified: 2003-02-09 08:12 UTC
From: bvogeler at 1a-n dot net Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.3.0 OS: Linux 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bvogeler at 1a-n dot net
New email:
PHP Version: OS:

 

 [2003-01-12 07:15 UTC] bvogeler at 1a-n dot net
- compile PHP 4.3.0 on Linux 7.3 with GD-Lib 2.7 installed via APXS against Apache 1.3.27 with the GD-option set, not specifying any directory
-> installs the GD-Lib bundled with PHP 4.3.0
-> JPGraph doesn't give any output anymore (plainly won't start up at all, so no error messsage is generated)

workaround:
- compile PHP 4.3.0 on Linux 7.3 with GD-Lib 2.7 installed via APXS against Apache 1.3.27 with the GD-option set, specifying the GD-Lib 2.7 directory
-> PHP 4.3.0 refers to GD-Lib 2.7
-> JPGraph works as usual

Note: I use the GD 2.7 with the GIF-patch, but I don't think this would make any difference, since JPGraph won't start up at all with the bundled GD-Lib, and it is set to use png anyway.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-07 22:35 UTC] ljpersson at hotmail dot com
I'm a little but surprised (I'm the developer of JpGraph) since I'm using 4.3.0 myself with no apperant problem (apart from a bug in imagettfbbox in GD > 2.01 whcih causes text at an angle > 0 to be a few pixels off)

I used both SuSE 8.0, 8.1 as well as Debian with the bundled GD in 4.3.0 with no problem.

This sounds more like Red Hat have some problem in their specific setup. I don't have any guesses to what it could be though.

If you don't get any errors back this basically must mean that the PHP process have crashed.
 [2003-02-07 22:56 UTC] sniper@php.net
Not enough information and most likely user error / broken system.

 [2003-02-09 08:12 UTC] bvogeler at 1a-n dot net
Actually I had this problem on Suse Linux 7.3, not RedHat. No, system is not broken and is running very well as production system with the gif-patched GD. However I will check this on a freshly installed Suse Linux 8.0 in the near future again. I assume it's the gif-patch with GD 2.7 that may cause trouble with the bundled GD in PHP 4.3.0...

Anyway 4.3.0 is great :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 04:01:30 2024 UTC