On Fri, 23 Dec 2005 09:04:54 -0700, John Meyer <john.l.meyer@g mail.com> wrote:
[color=blue]
>Is there something in PHP5 that turns off phpinfo()?[/color]
safe_mode and disable_functio n could do it. Although much of the information
produced by phpinfo() is available elsewhere anyway.
John Meyer <john.l.meyer@g mail.com> wrote:[color=blue]
>Hi,
>Is there something in PHP5 that turns off phpinfo()?[/color]
I'm curious to know why you would want to. PHP only executes files that
are physically located on your server. If your server is compromised to
the point that someone can inject a file to execute, then you're screwed
well beyond anything phpinfo() might provide.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Tim Roberts wrote:[color=blue]
> John Meyer <john.l.meyer@g mail.com> wrote:
>[color=green]
>>Hi,
>>Is there something in PHP5 that turns off phpinfo()?[/color]
>
>
> I'm curious to know why you would want to. PHP only executes files that
> are physically located on your server. If your server is compromised to
> the point that someone can inject a file to execute, then you're screwed
> well beyond anything phpinfo() might provide.[/color]
Maybe he's hosting a shared server?
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp. jstucklex@attgl obal.net
=============== ===
Comment