]> granicus.if.org Git - php/commitdiff
The basic input filtering framework is done and working nicely
authorRasmus Lerdorf <rasmus@php.net>
Thu, 27 Feb 2003 18:45:37 +0000 (18:45 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 27 Feb 2003 18:45:37 +0000 (18:45 +0000)
TODO-PHP5

index 92caa2d2655ebd0da893a95f9146e450118337f0..85b84813787fe5193a07ab7b8f66313d6b35cdb9 100644 (file)
--- 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