External variables not in global scope

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

    External variables not in global scope

    Hi,

    We are currently changing our web server and, in the process, updating PHP
    version from 4.3.0 to 4.3.5. The problem we've got is that our PHP
    applications do not see anymore external variables by default.

    register_global s is set to "on". Any other thing we have to do or
    configuration to set in order to see them in the global scope without
    changing code?

    TIA

    Yannick


  • Yannick Turgeon

    #2
    Re: External variables not in global scope

    Sorry, but that was not our "real" problem. I didn't used
    "if(isset($myVa r))" to check if my variables was set but "if($myVar) "
    instead. I'll create another the thread...

    "Yannick Turgeon" <nobody@nowhere .com> wrote in message
    news:rVccc.6376 $wq4.548670@new s20.bellglobal. com...[color=blue]
    > Hi,
    >
    > We are currently changing our web server and, in the process, updating PHP
    > version from 4.3.0 to 4.3.5. The problem we've got is that our PHP
    > applications do not see anymore external variables by default.
    >
    > register_global s is set to "on". Any other thing we have to do or
    > configuration to set in order to see them in the global scope without
    > changing code?
    >
    > TIA
    >
    > Yannick
    >
    >[/color]


    Comment

    Working...