Date: 12/28/99
- Next message: rasmus <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Next in thread: rasmus <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Reply: rasmus <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Dec 28, 1999 at 09:09:48PM +0200, Zeev Suraski wrote:
> On Tue, 28 Dec 1999, Sascha Schumann wrote:
>
> > On Tue, Dec 28, 1999 at 06:36:40PM +0200, Zeev Suraski wrote:
> > >
> > > Suddenly, these warnings appear. Did anybody change anything in the
> > > standard header files that could affect this?
> >
> > I'm in the process of removing some unneccesary dependencies.
> > Obviously, removing php_standard.h was too much; I added
> > php_string.h and info.h to php_mysql.c.
>
> I think these should be in php_standard.h, or some standard .h file that
> modules would commonly be including. Wasn't that the point behind
> php_standard.h in the first place?
As you might have noticed, I'm preparing PHP to be able to
build modules externally. This requires that certain header
files are installed on the user's machine. We can install
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?
--Regards,
Sascha Schumann Consultant
-- 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>
- Next message: rasmus <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Next in thread: rasmus <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Reply: rasmus <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

