Browse Source

The basic input filtering framework is done and working nicely

migration/unlabaled-1.3.2
Rasmus Lerdorf 24 years ago
parent
commit
ab1793290e
  1. 4
      TODO-PHP5

4
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

Loading…
Cancel
Save