summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-4/+11
|\ \ | |/
| * Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-036-53/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-036-53/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-306-6/+6
* | Remove year range from copyright noticeZeev Suraski2019-01-306-6/+6
* | Remove FILTER_FLAG_(SCHEME|HOST)_REQUIREDNikita Popov2019-01-293-26/+0
|/
* 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