Feature Request #4376
Isolate PHP Superglobals for sub requests
| Status: | New | Start date: | 12/31/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | v3.4.0 | |||
| Resolution: | Points: | 1 |
Description
Isolate PHP Superglobals for sub requests
Eg Inside a sub-request `$this->request->query()` == `$_GET` etc.
History
Updated by Woody Gilk over 1 year ago
Don't we already do this?
Updated by Jeremy Bush over 1 year ago
No, we "isolate" them inside `query()` and `post()` methods. Pure isolation into the globals is damn hard (nearly impossible, I'd say).
To be honest, I don't think there's much value in this.