Skip to content

Commit ab17932

Browse files
committed
The basic input filtering framework is done and working nicely
1 parent 094da5c commit ab17932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TODO-PHP5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Timeframe: ? (but shouldn't be much effort, most modules are probably ok)
128128
Component: Input Filtering
129129
- Implement a SAPI input filter hook that will get called
130130
just before registering a variable in the
131-
treat_data/post_handler hooks.
132-
- Make sure this is also done in mbstring
131+
treat_data/post_handler hooks. (done)
132+
- Make sure this is also done in mbstring (done)
133133
- Provide access functions, or perhaps a new
134134
$_RAW_GET/POST/Cookie set of superglobals to get at the
135135
unfiltered data

0 commit comments

Comments
 (0)