summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in Filter extensionGeorge Peter Banyard2021-03-171-3/+3
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-112-9/+13
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-082-2/+6
* Merge branch 'PHP-8.0'Stanislav Malyshev2021-01-262-0/+40
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-262-0/+38
| |\
| | * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-262-0/+38
| | |\
| | | * Alternative fix for bug 77423Christoph M. Becker2021-01-262-0/+38
* | | | Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* | | | Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-043-0/+51
|/ / /
* | | Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()George Peter Banyard2021-01-042-0/+21
* | | 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