On Fri, 2 Aug 2002, pp wrote: > Do not forget about "register globals" php option, which is now > depreceated. Should be set to off for security options , but > You will lost midgard $argc and $argv functionality.
Would it be very difficult to adapt the argc-argv-functionality of midgard to the new paradigm? Isn't it as simple as getting the data from the $_GET array instead? It would be neat if 1.4.4 didn't require register globals as it is deprecated by the php community and really is a potential security problem. Perhaps midgard could figure out which version of php is used and adapt it's argv/argc to that? Of course, I think that nadmin would not work either without globals but then globals would only have to be enabled on the virtual host that delivers nadmin, not as today _every_ host that uses midgard. -- Fredrik Jonson [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
