Global Request with Apache & XP

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

    Global Request with Apache & XP

    Hi,

    Just installed Apache & PHP on XP. Having no problems at all except I
    keep getting undefined variable errors. I know that this is due to the
    Request Globals being set to off in PHP, but I'd rather have this on
    because I'm only going to be using this locally.

    So I found the php.ini file in C://Windows and updated it to set this
    to On. I then stopped and started Apache multiple times and I was
    still getting these "Undefined Variable Errors".

    Anyone have any ideas on what the issue could be?

    Thanks!!
  • R. Rajesh Jeba Anbiah

    #2
    Re: Global Request with Apache & XP

    jcgoetz@cse.buf falo.edu (Jay) wrote in message news:<e2a24c2a. 0407092137.573f 704@posting.goo gle.com>...[color=blue]
    > Hi,
    >
    > Just installed Apache & PHP on XP. Having no problems at all except I
    > keep getting undefined variable errors. I know that this is due to the
    > Request Globals being set to off in PHP, but I'd rather have this on
    > because I'm only going to be using this locally.
    >
    > So I found the php.ini file in C://Windows and updated it to set this
    > to On. I then stopped and started Apache multiple times and I was
    > still getting these "Undefined Variable Errors".
    >
    > Anyone have any ideas on what the issue could be?
    >[/color]

    Be sure, you edit the right ini file. Use phpinfo() to find the
    correct ini that is used by PHP. (It may happen, if your system have
    more than one ini file)

    --
    | Just another PHP saint |
    Email: rrjanbiah-at-Y!com

    Comment

    Working...