PHP5 and phpinfo()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Meyer

    #1

    PHP5 and phpinfo()

    Hi,
    Is there something in PHP5 that turns off phpinfo()?
  • Andy Hassall

    #2
    Re: PHP5 and phpinfo()

    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.

    --
    Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
    http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

    Comment

    • Tim Roberts

      #3
      Re: PHP5 and phpinfo()

      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.

      Comment

      • Jerry Stuckle

        #4
        Re: PHP5 and phpinfo()

        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

        Working...