php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21474 Bundled GD needs documenting
Submitted: 2003-01-06 17:24 UTC Modified: 2004-04-03 10:55 UTC
From: jon at jellybob dot co dot uk Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS: FreeBSD 4.6
Private report: No CVE-ID: None
 [2003-01-06 17:24 UTC] jon at jellybob dot co dot uk
The online documentation for the configure options doesn't list GD as being built in now, I havn't checked the other options, but I think the they need updating for 4.3.0.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-06 17:42 UTC] philip@php.net
To whoever updates the GD config docs, please do not use the term "built-in" as it is not built-in but rather a php version of GD is bundled.  Windows has and still includes the GD dll's in the download.

Information should include what version of GD is bundled, what differences occur from the boutell version for that given version, and that it is <emphasis>strongly</emphasis> suggested to use the bundled version.

Simply --with-gd or --enable-gd will use the bundled version.  I'm not sure the best way to describe that --with-gd does not look for a local copy of GD on the system in {PREFIX} like most options do and like --with-gd used to do before PHP 4.3.0.

Anyway, this is a tricky one so please do some research before committing :)
 [2003-01-07 02:32 UTC] betz@php.net
The configure options for GD is available at http://www.php.net/manual/en/ref.image.php. Anyway the information needs to be updated in the points Philip mentionded.

The infos from http://www.php.net/manual/en/install.configure.php#install.configure.options.graphics will be deleted soon. 

Regards
Friedhelm
 [2003-01-19 21:48 UTC] philip@php.net
FWIW: php.net/image does mention it's bundled and how to install, as Friedhelm mentioned.  I added the windows dll info there.

Additional information does not yet exist but most likely will eventually although it's not _that_ important.

Regarding the outdated install.configure.xml, I have no comments other than Friedhelm is working on all the install.* stuff so it's being worked on.
 [2004-04-03 10:55 UTC] nlopess@php.net
I think everything is explained now.
So, closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Sep 02 21:00:03 2025 UTC