summaryrefslogtreecommitdiff
path: root/ext/filter/filter.c
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to exceptions in ext/filterMáté Kocsis2020-08-241-8/+15
* Remove proto comments from C filesMax Semenik2020-07-061-31/+13
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-15/+1
* Use ZEND_THROWS() during ZPP in enchant, exif, fileinfo, filter, and FTP exte...Máté Kocsis2019-12-311-7/+7
* Add FILTER_VALIDATE_BOOL as alias for FILTER_VALIDATE_BOOLEANWouter Wijsman2019-12-301-2/+3
* Remove FILTER_SANITIZE_MAGIC_QUOTES filterMáté Kocsis2019-12-051-2/+0
* Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add stubs for filter extensionHenrique Duarte2019-08-201-39/+1
* Merge branch 'PHP-7.4'Nikita Popov2019-07-221-1/+1
|\
| * Deprecate FILTER_SANITIZE_MAGIC_QUOTESNikita Popov2019-07-221-1/+1
* | Remove INPUT_SESSION and INPUT_REQUESTNikita Popov2019-07-081-9/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-9/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove FILTER_FLAG_(SCHEME|HOST)_REQUIREDNikita Popov2019-01-291-2/+0
|/
* Removed useless zval_ptr_dtor(return_value)Dmitry Stogov2018-12-261-2/+0
* Remove HASH_OF uses in ext/filterNikita Popov2018-10-111-12/+9
* Remove some redundant uses of HASH_OFNikita Popov2018-10-111-3/+8
* Remember redundant check in filter.cNikita Popov2018-10-111-2/+1
* The session_array global is not used at all, so comment it out for nowKalle Sommer Nielsen2018-07-091-0/+6
* Added the 'add_slashes' sanitization filter (FILTER_SANITIZE_ADD_SLASHES) as ...Kalle Sommer Nielsen2018-07-091-1/+3
* Merge branch 'PHP-7.2'Nikita Popov2018-07-071-0/+3
|\
| * Fixed bug #76366 (references in sub-array for filtering breaks the filter)cdoco2018-07-071-0/+3
| * year++Xinchen Hui2018-01-021-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-1/+1
* | Normalize filter phpinfo() outputPeter Kokot2018-06-021-3/+0
* | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-2/+2
* | [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-2/+2
* | Use int instead of long in protosGabriel Caruso2018-02-231-2/+2
* | Eliminate useless separationsDmitry Stogov2018-01-171-10/+0
* | Use SEPARATE_ARRAYDmitry Stogov2018-01-171-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Refactored recursion pretectionDmitry Stogov2017-10-061-3/+3
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-091-1/+2
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-091-1/+2
| |\
| | * Fix #73054: default option ignored when object passed to int filterChristoph M. Becker2016-09-091-2/+3
| | * Partially fix bug #67167 - Wrong return value...Levi Morrison2016-09-091-1/+7
* | | make constant name more descriptiveAnatol Belski2016-07-181-1/+1
* | | Support Unicode characters in the local part of an e-mail address.Leo Feyer2016-07-181-0/+2
|/ /
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-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
* | Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work)Reeze Xia2015-12-091-1/+1
* | Partially fix bug #67167 - Wrong return value...Levi Morrison2015-09-021-1/+6
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4