summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* Rename a few parameters in ext/filterMáté Kocsis2020-09-293-13/+13
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-147-100/+190
* Promote warnings to exceptions in ext/filterMáté Kocsis2020-08-2411-70/+102
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-097-0/+7
* Don't allow separation in callback filterNikita Popov2020-07-072-24/+9
* Remove proto comments from C filesMax Semenik2020-07-061-31/+13
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* 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
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-9/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1457-114/+114
* | | Annotate internal functions with the mixed typeMáté Kocsis2020-05-252-29/+16
* | | Fix [-Wundef] warning in Filter extensionGeorge Peter Banyard2020-05-161-1/+1
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-1/+3
* | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-273-3/+3
* | | Fix filter_(var|input)_array defaultNikita Popov2020-04-142-4/+4
* | | Lowercase NULL to null in stubsMáté Kocsis2020-04-112-8/+8
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-8/+8
* | | Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-054-23/+24
* | | Remove NO_ACCESS flag for zend_is_callable()Nikita Popov2020-03-061-1/+1
* | | Reindent phpt filesNikita Popov2020-02-0329-202/+202
* | | Remove state pointer argument from php_strip_tagsNikita Popov2020-01-271-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-4/+4
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-2/+2
* | | 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-303-3/+74
* | | 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-057-70/+2
* | | Add union return types for function stubsMáté Kocsis2019-11-112-5/+2
* | | Clean DONE tags from testsFabien Villepinte2019-11-073-6/+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-256-12/+0
* | | Add stubs for filter extensionHenrique Duarte2019-08-203-39/+74
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-226-18/+42
|\ \ \ | |/ /
| * | Deprecate FILTER_SANITIZE_MAGIC_QUOTESNikita Popov2019-07-226-18/+42
* | | Remove INPUT_SESSION and INPUT_REQUESTNikita Popov2019-07-082-10/+5
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-04-082-0/+101
|\ \ \ | |/ /
| * | 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
* | | This should be redundant too as we use a centralized PCRE installKalle Sommer Nielsen2019-03-191-7/+0
* | | Remove the PCRE checks from ext/filter. pecl/filter is obsolete and since PCR...Kalle Sommer Nielsen2019-03-191-31/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-151-1/+1
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-117-78/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-03-111-1/+1
|\ \ \ | |/ /
| * | Remove function_table var from the callerc9s2019-03-111-1/+1