#13988 closed enhancement (wontfix)
RFE: php5 +macports_gd2
Reported by: | raimue (Rainer Müller) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | php5 | Cc: | jyrkiwahlstedt |
Port: | php4, php5, php5-devel |
Description
This patch adds a new variant +macports_gd2 to php5. It let's you use the gd2 library from MacPorts rather than the bundled library coming with the php5 distribution.
Attachments (1)
Change History (10)
comment:1 Changed 17 years ago by raimue (Rainer Müller)
Cc: | jwa@… added |
---|---|
Keywords: | php5 added |
Milestone: | → Port Enhancements |
Owner: | changed from macports-tickets@… to ryandesign@… |
Type: | defect → enhancement |
Changed 17 years ago by raimue (Rainer Müller)
Attachment: | patch-php5-macports_gd2.diff added |
---|
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 17 years ago by raimue (Rainer Müller)
The bundled gd2 is not the latest version, and someone was asking for this. Maybe it is better to stick with the bundled version, it was just a proposal. Feel free to set this to wontfix.
Also, sorry for the very late answer, I simply must have overlooked the notification.
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
php5 and php5-devel now use the gd2 port instead of the bundled gd2 library, in r37024.
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
And the php4 port now uses the gd2 port in r37025.
comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | php4 php5 php5-devel added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:7 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
php5-devel was changed back to use the bundled libgd in r43136 while updating to 5.3.0alpha3. 5.3.0alpha2 and later cannot use the standalone libgd because of php bug 46015 in which it was also explained why the bundled libgd is still preferred: it's the only way to get the imagefilter and imagerotate functions.
php5 was changed back in r43138.
comment:8 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
php4 was changed back in r43329.
comment:9 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
I assume using the gd2 port is better in some way than using the included gd? If it is, then we should always use the gd2 port and never use the built-in gd and not add any variants. Could you tell me in what ways using the gd2 port is better?