Re: [GD-DEVEL] proper usage of entities.h
[email protected] (Lars Hecking)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
> I will wait other persons opinion (Lars and other linux packagers) > before to apply the change. It will probably be done in 2.1.0 as I do > not think it should be done in 2.0.35 or? (What gave you the idea I'm a Linux packager?? ;-) The question is: is entities.h meant to be used by apps, or is it for internal use only? In the latter case, it must not be installed. Also, unrelated, I would eventually like to see gd headers move into their own installation subdirectory. This is a big change, though, as it requires code changes (#include <gd/gd.h> vs. #include <gd.h>). I'm not sure this can be implemented in a clean, unambiguous way.