Can the php5apache_filter be used as an input filter?
Haven’t found much documentation for php’s filter sapi.
Can the php5apache_filter be used as an input filter ? Haven’t found much documentation
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The filter module does register an input filter static int php_input_filter()…. But it doesn’t do much except fetching all available post data. So I guess the answer is: no, you can’t use it as input filter the way you want.