summaryrefslogtreecommitdiff
path: root/TODO-PHP5
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2003-02-27 18:45:37 +0000
committerRasmus Lerdorf <rasmus@php.net>2003-02-27 18:45:37 +0000
commitab1793290eefa5d1364466ced0365a3d8effee87 (patch)
tree31e487a173a1a511dc535144d0472ca07044d9a6 /TODO-PHP5
parent094da5c7a171e0436373aaac541c0cfaff216c32 (diff)
downloadphp-git-ab1793290eefa5d1364466ced0365a3d8effee87.tar.gz
The basic input filtering framework is done and working nicely
Diffstat (limited to 'TODO-PHP5')
-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