Yup, in fact we should do that for all our bundled libraries.  I wrote an
extension recently which relies heavily on our bundled version of the GD
library and since those header files are not installed you can only build
my extension by downloading the full PHP sources and pointing the build at
the ext/gd/libgd directory.

-Rasmus

On Sun, 31 Aug 2003, Derick Rethans wrote:

> On Sun, 31 Aug 2003, Andi Gutmans wrote:
>
> > Why would you install the headers? It's not as if we're installing the .a
> > or .so of sqlite (or are we?)
>
> We're not, but we are exporting sqlite symbols from the bundled library,
> so why not install the headers so people can make use of sqlite from
> within extension? Fact happens to be that I was just going to make one
> today :)
>
> Derick
>
> --
> "Interpreting what the GPL actually means is a job best left to those
>                     that read the future by examining animal entrails."
> -------------------------------------------------------------------------
>  Derick Rethans                                 http://derickrethans.nl/
>  International PHP Magazine                          http://php-mag.net/
> -------------------------------------------------------------------------
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to