summaryrefslogtreecommitdiff
path: root/ext/filter/logical_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Alternative fix for bug 77423Christoph M. Becker2021-02-021-0/+23
* Added range options to the float validation filterFlorian Berberich2019-04-081-0/+23
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* 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
* | Drop redundant casting code from ext/filterNikita Popov2014-10-101-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Revert "Move safe_address into zend_multiply.h"Nikita Popov2014-09-061-0/+2
* | Move safe_address into zend_multiply.hNikita Popov2014-09-061-2/+0
* | master renames phase 3Anatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-48/+48
* | ported ext/filterAnatol Belski2014-08-191-21/+21
* | basic macro replacements, all at onceAnatol Belski2014-08-191-26/+26
* | Refactored filterXinchen Hui2014-05-071-51/+61
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-12-031-2/+0
|\
| * Remove 128.0.0.0/16 and 191.255.0.0/16 from the reserved list.Adam Harvey2013-12-031-2/+0
| * Merge branch 'pull-request/499'Rasmus Lerdorf2013-10-191-1/+1
* | Merge branch 'pull-request/499'Rasmus Lerdorf2013-10-191-1/+1