summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO-PHP54
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO-PHP5 b/TODO-PHP5
index 92caa2d265..85b8481378 100644
--- a/TODO-PHP5
+++ b/TODO-PHP5
@@ -128,8 +128,8 @@ Timeframe: ? (but shouldn't be much effort, most modules are probably ok)
Component: Input Filtering
- Implement a SAPI input filter hook that will get called
just before registering a variable in the
- treat_data/post_handler hooks.
- - Make sure this is also done in mbstring
+ treat_data/post_handler hooks. (done)
+ - Make sure this is also done in mbstring (done)
- Provide access functions, or perhaps a new
$_RAW_GET/POST/Cookie set of superglobals to get at the
unfiltered data