[PHP] phpinfo unneeded

2001-03-30 Thread juang
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 quest

Re: [PHP] phpinfo unneeded

2001-03-30 Thread Jack Dempsey
checkout your php.ini file...you can disable functions in it... -jack juang wrote: > > 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 a

Re: [PHP] phpinfo unneeded

2001-03-30 Thread Felix Kronlage
On Fri, Mar 30, 2001 at 04:32:40PM +0700, juang wrote: > how to compile php without function phpinfo enalbe. so > if user call phpinfo() it would be false/error. take a look at the safe_mode-stuff in php.ini. -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http:

Re: [PHP] phpinfo unneeded

2001-03-30 Thread juang
- From: "Jack Dempsey" <[EMAIL PROTECTED]> To: "juang" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 4:40 PM Subject: Re: [PHP] phpinfo unneeded > checkout your php.ini file...you can disable functions in it... > > -ja

Re: [PHP] phpinfo unneeded

2001-03-30 Thread elias
I fetched my PHP.INI file: disable_functions=; This directive allows you to disable certain ; functions for security reasons. It receives ; a comma separated list of function names. ; This directive is *NOT* affected by whether ; Safe Mode is turned on or off. so search for 'disable_functions'

Re: [PHP] phpinfo unneeded

2001-03-30 Thread Felix Kronlage
On Fri, Mar 30, 2001 at 05:19:48PM +0700, juang wrote: > i have been search the string of "phpinfo" in php.ini there was no phpinfo > string found and "safe_mode-stuff" didn't found too. I'll paste the part from my php.ini (it *should* be in the default php.ini coming with php) --- ; Safe Mode

Re: [PHP] phpinfo unneeded

2001-03-30 Thread Matt McClanahan
On Fri, Mar 30, 2001 at 04:32:40PM +0700, juang wrote: > 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 'cous

RE: [PHP] phpinfo unneeded

2001-03-30 Thread James Moore
> > 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

Re: [PHP] phpinfo unneeded

2001-04-02 Thread juang
guys.. mmmh still confuse, i had try to find out "disable_functions " but i cant found it, and then i write the syntax with myself and i stop->restart my apache mmhhh?? still didn't work. and here its my configure: ./configure '--with-apxs=/usr/local/apache/bin/apxs' '--

Re: [PHP] phpinfo unneeded

2001-04-02 Thread Felix Kronlage
On Mon, Apr 02, 2001 at 06:14:07PM +0700, juang wrote: > mmmh still confuse, i had try to find out "disable_functions " but i cant > found it, and then i write the syntax with myself and i stop->restart my > apache mmhhh?? still didn't work. and here its my configure: put the following i

Re: [PHP] phpinfo unneeded...................... it worked

2001-04-03 Thread juang
thank you guys, it worked with php4 not php3 -JUANG- -- 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]