summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Added range options to the float validation filterFlorian Berberich2019-04-082-0/+101
* Sync the changes to ext/filter with 7.4, now that it works.Kalle Sommer Nielsen2019-03-201-38/+0
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* Remove function_table var from the callerc9s2019-03-111-1/+1
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* Remove local variablesPeter Kokot2019-02-036-53/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-306-6/+6
* Remove preg_options param from pcre_get_compiled_regex()Nikita Popov2018-12-261-6/+6
* Removed useless zval_ptr_dtor(return_value)Dmitry Stogov2018-12-261-2/+0
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-9/+0
* Trim trailing whitespace in *.phptPeter Kokot2018-10-147-34/+34
* Trim trailing whitespace in testsGabriel Caruso2018-10-1455-80/+80
* Remove HASH_OF uses in ext/filterNikita Popov2018-10-112-15/+12
* Remove some redundant uses of HASH_OFNikita Popov2018-10-111-3/+8
* Remember redundant check in filter.cNikita Popov2018-10-111-2/+1
* Fix PHPT ENV sectionsChristoph M. Becker2018-10-061-2/+0
* 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