diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2003-02-27 18:45:37 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2003-02-27 18:45:37 +0000 |
commit | ab1793290eefa5d1364466ced0365a3d8effee87 (patch) | |
tree | 31e487a173a1a511dc535144d0472ca07044d9a6 /TODO-PHP5 | |
parent | 094da5c7a171e0436373aaac541c0cfaff216c32 (diff) | |
download | php-git-ab1793290eefa5d1364466ced0365a3d8effee87.tar.gz |
The basic input filtering framework is done and working nicely
Diffstat (limited to 'TODO-PHP5')
-rw-r--r-- | TODO-PHP5 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |