summaryrefslogtreecommitdiff
path: root/ext/filter/logical_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* | 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
* | 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
* | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-181-1/+1
|\ \ | |/
| * RFC 6598 reserved ip range starts at 100.64.0.0David Soria Parra2013-09-181-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-171-0/+1
|\ \ | |/
| * Add RFC 6598 IPs to reserved addressesSebastian Nohn2013-09-171-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-161-4/+0
|\ \ | |/
| * Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)Alex Bobrov2013-09-161-4/+0
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | - Fixed ZTS buildFelipe Pena2013-02-031-1/+1
* | Add option to specific the expected separator character.Martin Jansen2013-02-031-1/+14
* | There is no need to use memchr() for comparisons in these places.Martin Jansen2013-02-031-3/+3
* | ext/filter support for validating MAC addresses.Martin Jansen2013-02-031-0/+48
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* Treat "+0" and "-0" as valid integers just like var_dump() does.Martin Jansen2012-12-291-0/+5
* Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty s...Lars Strojny2012-09-021-2/+5
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized Ilia Alshanetsky2011-12-041-1/+1
* - Fix logic, it must check for both flags (as says the comment in the code) (...Felipe Pena2011-05-241-1/+1
* - Fixed bug #54912 (filter/logical_filters.c:685:32: warning: use of logical ...Felipe Pena2011-05-241-1/+1
* Fixed compiler warningIlia Alshanetsky2011-01-231-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).Ilia Alshanetsky2010-12-121-2/+34
* Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)Ilia Alshanetsky2010-12-121-0/+6