Re: [PHP-DEV] Anybody change anything related to info.h? From: rasmus <email protected>
Date: 12/28/99

> 1.) the minimum set of headers required to build a module
> 2.) install all header files we find in the PHP 4 source tree
>
> I currently prefer option 1.), but it might prove neccessary
> to go with 2.).
>
> Any thoughts on this matter?

Even though 1) might be the cooler solution, I think it will be a
maintenance nightmare unless we have some idiot-proof rules for figuring
out what goes in the various header files. I think it wil be far too easy
to put some symbol in the wrong header file and thus break external builds
without realizing it. I don't see any real drawback in just installing
all the header files except the ones that are obviously tied to a specific
extension like php_gd.h.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>