Re: [PHP-DEV] [PATCH] install ext/gd headers

2005-05-09 Thread Jani Taskinen
I added PHP_INSTALL_HEADERS() macro in HEAD. And used it with gd so now those headers are installed. Feel free to backport the patch(es). --Jani On Mon, 14 Feb 2005, Joe Orton wrote: On Thu, Feb 10, 2005 at 03:21:45PM +0200, Jani Taskinen wrote: While this patch works fine, what

Re: [PHP-DEV] [PATCH] install ext/gd headers

2005-02-14 Thread Joe Orton
On Thu, Feb 10, 2005 at 03:21:45PM +0200, Jani Taskinen wrote: > > While this patch works fine, what if you don't actually have > GD installed in your PHP? There should be a configure macro > that adds the headers when really needed.. Good point. OK, how about this instead: Index: sc

Re: [PHP-DEV] [PATCH] install ext/gd headers

2005-02-10 Thread Jani Taskinen
While this patch works fine, what if you don't actually have GD installed in your PHP? There should be a configure macro that adds the headers when really needed.. --Jani On Wed, 9 Feb 2005, Joe Orton wrote: We had a request to install the ext/gd headers, which are needed to compile

[PHP-DEV] [PATCH] install ext/gd headers

2005-02-09 Thread Joe Orton
We had a request to install the ext/gd headers, which are needed to compile the pdflib extension. Any objections? I've tested this to at least build the PECL pdflib module. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=145891 Index: scripts/Makefile.frag =