> Midgard itself doesn't rely on global variables, but admin interfaces
> does. Yes, it's a problem, and it requires a lot of work to rewrite
> these interfaces with such behavior.

It would need a lot of work to make a clean rewrite but it should be
rather easy to code an evil hack to solve the problem. Just include a
snippet like

foreach ($_GET as $key => $value) {
   $$key = $value;
}

before everything else is done.

> But we aren't sure it is last change in PHP. Unfortunately. I hope
> Zend 2 wouldn't break anything in existing code.

If they only would listen to their master
(http://www.webmasterbase.com/article/767/39) ;-)

Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to