Hunter, Ray wrote: > I am trying to build the php_snmp extension on my windows box and it > says that I am missing the php.h file. Where can I find this header file?
on UNIX it gets installed into /usr/local/include/php/main/php.h and standalone extensions configure scripts use the php-config script that gets installed into /usr/local/bin/php-config (or whatever path prefix you installed to instead of /usr/local) on Windows you have to configure Visual Studios include pathes yourself, the file you are looking for is located in the php4 sources in php4/main/php.h (just wondering: doesn't windows have a search function anymore?) PS: please, please, please do yourself and others a favour and stop polluting lists with useless HTML markup, unless you feel fine with being ignored by a growing number of people -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php