> 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?
If anyone from midgard community would have some time to help me with learning C language, I would make it myself :) You may set register globals to off and make some array from $REQUEST_URI and put it to code-global for example. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
