summaryrefslogtreecommitdiff
path: root/ext/filter/logical_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in Filter extensionGeorge Peter Banyard2021-03-171-3/+3
* Merge branch 'PHP-8.0'Stanislav Malyshev2021-01-261-0/+23
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-261-0/+23
| |\
| | * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-261-0/+23
| | |\
| | | * Alternative fix for bug 77423Christoph M. Becker2021-01-261-0/+23
* | | | Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-041-0/+7
|/ / /
* | | Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()George Peter Banyard2021-01-041-0/+3
* | | Promote warnings to exceptions in ext/filterMáté Kocsis2020-08-241-4/+4
* | | Fix [-Wundef] warning in Filter extensionGeorge Peter Banyard2020-05-161-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-04-081-0/+23
|\ \ \ | |/ /
| * | Added range options to the float validation filterFlorian Berberich2019-04-081-0/+23
* | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ \ | |/ /
| * | Remove local variablesPeter Kokot2019-02-031-9/+0
| * | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Remove FILTER_FLAG_(SCHEME|HOST)_REQUIREDNikita Popov2019-01-291-5/+0
|/ /
* | Remove preg_options param from pcre_get_compiled_regex()Nikita Popov2018-12-261-6/+6
* | Remove HASH_OF uses in ext/filterNikita Popov2018-10-111-3/+3
|/
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Deprecate explicit use of FILTER_FLAG_SCHEME|HOST_REQUIREDChristoph M. Becker2018-07-171-0/+5
* 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-241-2/+18
* year++Xinchen Hui2018-01-021-1/+1
* Fix remaining signedness warningsAnatol Belski2017-11-141-2/+2
* Patch core for PCRE2 supportAnatol Belski2017-11-131-16/+24
* Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-6/+7
* Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2016-09-051-14/+3
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-09-051-14/+3
| |\
| | * Fix #72972, Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and FILTER_FLAG...Julien Pauli2016-09-051-14/+3
* | | make constant name more descriptiveAnatol Belski2016-07-181-1/+1
* | | fix regex decls and c89 compatAnatol Belski2016-07-181-7/+12
* | | Support Unicode characters in the local part of an e-mail address.Leo Feyer2016-07-181-1/+6
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-081-1/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-081-1/+10
| |\ \ | | |/
| | * update filter_var filters for ipv4 addresses to reflect rfc6890Jos Elstgeest2016-07-081-1/+10
* | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | fix warningsMichael Wallner2015-01-301-3/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-9/+9
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* | FILTER_VALIDATE_DOMAIN and RFC conformance for FILTER_VALIDATE_URLKévin Dunglas2014-11-141-11/+76
* | fix datatype mismatche warningsAnatol Belski2014-10-301-15/+18