summaryrefslogtreecommitdiff
path: root/README.input_filter
Commit message (Collapse)AuthorAgeFilesLines
* Pierre requested an update to this. I don't think it makes sense toRasmus Lerdorf2006-10-301-1/+4
| | | | | | remove what little API docs we have here, and the simple example in this doc is a lot easier to follow than ext/filter.
* MFH: fix docsfoobar2005-12-061-1/+1
|
* Fixed zend_parse_parameters arguments...Stefan Esser2004-06-241-1/+1
|
* - Change from PHP5 -> PHP 5Andi Gutmans2004-02-081-3/+3
|
* - And fix the README too.Derick Rethans2003-11-301-1/+1
|
* - Update NEWS and README for input_filtersDerick Rethans2003-11-291-1/+5
|
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-2/+3
| | | | | | | make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now returned in the new_val_len argument of the function.
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-201-5/+5
| | | | | | | into entities or use some other mechanism which causes the filtered data to be longer than the original data. Ergo, pass in the address of the buffer instead so the filter is free to reallocate it.
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-191-0/+188
@- Input Filter support added. See README.input_filter. (Rasmus)