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 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
===================================================================
RCS file: /repository/php-src/scripts/Makefile.frag,v
retrieving revision 1.14
diff -u -r1.14 Makefile.frag
--- scripts/Makefile.frag 20 Jan 2005 01:41:20 -0000 1.14
+++ scripts/Makefile.frag 9 Feb 2005 10:56:46 -0000
@@ -38,6 +38,8 @@
main/ \
main/streams/ \
regex/ \
+ ext/gd/ \
+ ext/gd/libgd/ \
ext/iconv/ \
ext/libxml/ \
ext/standard/ \
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php