rasmus Thu Feb 27 13:45:37 2003 EDT Modified files: /php4 TODO-PHP5 Log: The basic input filtering framework is done and working nicely Index: php4/TODO-PHP5 diff -u php4/TODO-PHP5:1.1 php4/TODO-PHP5:1.2 --- php4/TODO-PHP5:1.1 Thu Jan 23 18:22:01 2003 +++ php4/TODO-PHP5 Thu Feb 27 13:45:37 2003 @@ -128,8 +128,8 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php