$_SERVER['PATH_INFO'] where is it under php 4.3.8 ?????

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

    $_SERVER['PATH_INFO'] where is it under php 4.3.8 ?????

    I compiled a recent version of php 4.3.8 on Suse 9.0 Pro with apache
    1.3.28 that was a precompiled for Suse as an rpm. When I look at
    phpinfo(), I do not see the environment setting $_SERVER['PATH_INFO']
    however, I can see this setting on a different box running windows
    and on yet another box running linux. Is there something I have to
    set in the configuration for the value to show up?

    Ty
  • Alvaro G Vicario

    #2
    Re: $_SERVER['PATH_INFO'] where is it under php 4.3.8 ?????

    *** college wrote/escribió (17 Aug 2004 22:10:58 -0700):[color=blue]
    > When I look at phpinfo(), I do not see the environment setting
    > $_SERVER['PATH_INFO'][/color]

    I can't see in any of my two Red Hat servers. What info is it supposed to
    provide?


    --
    -- Álvaro G. Vicario - Burgos, Spain
    -- Questions sent to my mailbox will be billed ;-)
    --

    Comment

    • college

      #3
      Re: $_SERVER['PATH_INFO'] where is it under php 4.3.8 ?????

      I solved it. The $_SERVER['PATH_INFO'] will only show up if there is
      a path. Otherwise, it will not show up. eg

      No PATH_INFO set


      PATH_INFO set


      Alvaro G Vicario <alvaro_QUITAR_ REMOVE@telecomp uteronline.com> wrote in message news:<1roqrcry6 lin6.1q4k5qb3ag o6j.dlg@40tude. net>...[color=blue]
      > *** college wrote/escribió (17 Aug 2004 22:10:58 -0700):[color=green]
      > > When I look at phpinfo(), I do not see the environment setting
      > > $_SERVER['PATH_INFO'][/color]
      >
      > I can't see in any of my two Red Hat servers. What info is it supposed to
      > provide?[/color]

      Comment

      Working...