summaryrefslogtreecommitdiff
path: root/ext/filter/sanitizing_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-3/+3
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-041-3/+3
| |\
| | * Fix #73527: Invalid memory access in php_filter_stripChristoph M. Becker2020-06-041-3/+3
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-1/+3
* | | Remove state pointer argument from php_strip_tagsNikita Popov2020-01-271-1/+1
* | | Remove dead code in sanitizing_filter.c of the filter extensionGeorge Peter Banyard2019-12-131-11/+1
* | | Remove FILTER_SANITIZE_MAGIC_QUOTES filterMáté Kocsis2019-12-051-14/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Deprecate FILTER_SANITIZE_MAGIC_QUOTESNikita Popov2019-07-221-2/+11
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Added the 'add_slashes' sanitization filter (FILTER_SANITIZE_ADD_SLASHES) as ...Kalle Sommer Nielsen2018-07-091-2/+4
* Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-291-1/+1
* Fix overflow, int var used in loop with size_t counterAnatol Belski2018-02-181-2/+1
* year++Xinchen Hui2018-01-021-1/+1
* Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-2/+4
* Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | Merge branch 'PHP-5.6'Nikita Popov2015-03-141-1/+1
|\ \ | |/
| * Fix #69203: FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127Jeff Welch2015-03-141-1/+1
| * Fix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used.Jeff Welch2015-03-091-1/+1
| * Bump yearXinchen Hui2015-01-151-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Fix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used.Jeff Welch2015-03-091-1/+1
* | fix warningsMichael Wallner2015-01-301-3/+3
* | Optimized php_addslashesXinchen Hui2015-01-191-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
* | fix datatype mismatchesAnatol Belski2014-10-301-2/+2
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-5/+5
* | master renames phase 1Anatol Belski2014-08-251-17/+17
* | ported ext/filterAnatol Belski2014-08-191-2/+2
* | basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
* | Interned strings must not be modified in-placeDmitry Stogov2014-05-071-0/+4
* | Refactored filterXinchen Hui2014-05-071-38/+35
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed compiler warning "incompatible pointer type"Xinchen Hui2011-09-051-1/+2
* Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented).Ilia Alshanetsky2011-04-031-1/+8
* - Year++Felipe Pena2011-01-011-1/+1
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-6/+6