summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous checks of always available functionsGabriel Caruso2018-08-031-3/+1
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-257-12/+0
* Deprecate explicit use of FILTER_FLAG_SCHEME|HOST_REQUIREDChristoph M. Becker2018-07-172-0/+24
* The session_array global is not used at all, so comment it out for nowKalle Sommer Nielsen2018-07-092-0/+8
* Added test to accompany the FILTER_SANITIZE_ADD_SLASHES filterKalle Sommer Nielsen2018-07-091-0/+33
* Added the 'add_slashes' sanitization filter (FILTER_SANITIZE_ADD_SLASHES) as ...Kalle Sommer Nielsen2018-07-096-6/+14
* Merge branch 'PHP-7.2'Nikita Popov2018-07-072-0/+43
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-072-0/+43
| |\
| | * Fixed bug #76366 (references in sub-array for filtering breaks the filter)cdoco2018-07-072-0/+43
| | * year++Xinchen Hui2018-01-026-6/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-046-6/+6
| * | year++Xinchen Hui2018-01-026-6/+6
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | | Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-291-1/+1
* | | Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-1/+1
* | | Normalize filter phpinfo() outputPeter Kokot2018-06-021-3/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+1
* | | Implement #51368: php_filter_float does not allow custom thousand separatorsChristoph M. Becker2018-03-242-2/+42
* | | Make some skipped tests run, and fix some skip messagesGabriel Caruso2018-03-111-4/+5
* | | 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
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2013-13/+13
* | | Fix overflow, int var used in loop with size_t counterAnatol Belski2018-02-181-2/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-044-8/+8
* | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-1/+1
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-031-2/+3
* | | Eliminate useless separationsDmitry Stogov2018-01-171-10/+0
* | | Use SEPARATE_ARRAYDmitry Stogov2018-01-171-1/+1
* | | year++Xinchen Hui2018-01-026-6/+6
* | | Fix remaining signedness warningsAnatol Belski2017-11-141-2/+2
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-16/+24
* | | Remove implicit constants from test caseChristoph M. Becker2017-10-281-5/+5
* | | Update filter docs and testsPeter Kokot2017-10-198-436/+9
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-3/+3
* | | Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-6/+7
|/ /
* | Drop useless allocation in php_filter_callbackNikita Popov2017-07-041-3/+1
* | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-192-3/+3
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-026-6/+6
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-5/+5
* | Fix CRLF line-endings in testsNikita Popov2016-11-202-46/+46
* | Fix tests: don't count non-countablesChristoph M. Becker2016-11-131-4/+4
|/
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-092-1/+25
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-092-1/+25
| |\
| | * Fix #73054: default option ignored when object passed to int filterChristoph M. Becker2016-09-092-2/+26
| | * Partially fix bug #67167 - Wrong return value...Levi Morrison2016-09-093-1/+43
* | | Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2016-09-053-42/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-09-053-42/+31
| |\ \ | | |/
| | * Fix #72972, Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and FILTER_FLAG...Julien Pauli2016-09-053-42/+31