> > HI all,
> > how to compile php without function phpinfo enalbe. so if user call
> > phpinfo() it would be false/error.  i would like to build a free web
> > server with php but i don't like if the user know what are the tools
> > in my server 'couse it's a free server.
> > 
> > is it possible or it's just a stupid question?
> 

just disable it via the php.ini settings using disable_functions=

James

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to