From: Rasmus Lerdorf Date: Thu, 27 Feb 2003 18:45:37 +0000 (+0000) Subject: The basic input filtering framework is done and working nicely X-Git-Tag: RELEASE_0_5~712 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab1793290eefa5d1364466ced0365a3d8effee87;p=php The basic input filtering framework is done and working nicely --- 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