Edit report at https://bugs.php.net/bug.php?id=60108&edit=1
ID: 60108 Updated by: [email protected] Reported by: [email protected] Summary: GD cannot be compiled with system libgd -Status: Feedback +Status: No Feedback Type: Bug Package: GD related Operating System: Linux PHP Version: 5.4.0beta2 Assigned To: pajoye New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2012-11-22 10:09:24] [email protected] The fix is not only about adding that as far as I remember. Some refactoring in the ctx code would be necessary or drop stream output support completely when the system GD (<2.1) is used. I wonder if adding the data member to the ctx struct in 2.0.x would break the ABI. I think it won't. Thoughts? That could be the most easier fix, and forward compatible by keeping stream output support for system gd users. ------------------------------------------------------------------------ [2012-11-22 06:07:22] [email protected] ondrej, seems you have got a fix? could you make a patch for that? thanks ------------------------------------------------------------------------ [2012-11-21 22:48:02] public at petergeil dot name Confirmed ... problem still occurs in latest 5.4.8 release when compiled on Ubuntu 10.04 amd64 against libgd2-noxpm 2.0.36~rc1. However, adding a data member to gdIOCtx struct helps. (Thanks Brad) ------------------------------------------------------------------------ [2012-04-17 19:48:53] bero at bero dot eu Problem still occurs in php 5.4.1-RC2. Given apparently gd is maintained by php people these days, maybe the best fix is to make a new gd release containing all needed bits? ------------------------------------------------------------------------ [2011-11-16 08:15:06] brad at njoe dot com Confirmed the same build errors against the latest snapshot (php5.4- 2011111160530) with a system-wide libgd installed (version 2.0.36 versus the bundled 2.0.35). I also noted that the standard libgd version 2.0.35 doesn't include the 'void *data' member in the gdIOCtx struct. Modifying my /usr/include/gd_io.h to include this struct member seems to have also fixed(?) the build error, but that made me wonder... ... Why is the "bundled" libgd more of a "bundled+customized-for-PHP" library? It would seem that the 'void *data' member was introduced by the PHP dev team, unless I'm mistaken. Is this member's data important, and, if so, why is the "bundled" library modified to contain it (meaning that you really don't have an option between using the "bundled" library or your own system-wide version). ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60108 -- Edit this bug report at https://bugs.php.net/bug.php?id=60108&edit=1
