summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/499'Rasmus Lerdorf2013-10-192-2/+2
* 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-172-0/+5
|\ \ | |/
| * Add RFC 6598 IPs to reserved addressesSebastian Nohn2013-09-172-0/+5
* | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-162-4/+11
|\ \ | |/
| * Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)Alex Bobrov2013-09-162-4/+11
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-07-211-1/+1
|\ \ | |/
| * Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANTAndrey2013-07-211-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-05-091-1/+3
|\ \ | |/
| * Missed SKIPIFXinchen Hui2013-05-091-1/+3
| * Happy New YearXinchen Hui2013-01-016-6/+6
* | - Fixed ZTS buildFelipe Pena2013-02-031-1/+1
* | Add option to specific the expected separator character.Martin Jansen2013-02-032-12/+39
* | 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-038-34/+125
* | Happy New YearXinchen Hui2013-01-016-6/+6
|/
* Add more tests for the new +0/-0 behaviour.Martin Jansen2012-12-291-0/+4
* Treat "+0" and "-0" as valid integers just like var_dump() does.Martin Jansen2012-12-292-0/+9
* fix invalid read when trimming empty stringAntony Dovgal2012-11-111-2/+4
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-108-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-108-0/+0
* | Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty s...Lars Strojny2012-09-023-4/+45
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-301-1/+7
|\ \ | |/
| * Fix bug ext\filter\tests\bug52209.phpt failsAnatoliy Belsky2012-04-301-1/+7
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| * - Year++Felipe Pena2012-01-016-6/+6
| * Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized Ilia Alshanetsky2011-12-042-1/+12
| * Added skipifXinchen Hui2011-09-061-1/+3
| * add skipifXinchen Hui2011-09-061-0/+2
| * - add skipifPierre Joye2011-09-046-0/+12
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-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
| * Make sure 'E' is included in the variables_order, otherwiseRasmus Lerdorf2011-05-131-0/+2
| * #docIlia Alshanetsky2011-04-282-8/+40
| * Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented).Ilia Alshanetsky2011-04-032-1/+22
| * - Changed port validation introduced in commit #308035 to considerGustavo André dos Santos Lopes2011-02-051-2/+8
| * Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).Ilia Alshanetsky2011-02-041-0/+2
| * Fixed compiler warningIlia Alshanetsky2011-01-231-1/+1
| * - kill local redeclaration by using a less common namePierre Joye2011-01-231-4/+4
| * - Year++Felipe Pena2011-01-016-6/+6
| * Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).Ilia Alshanetsky2010-12-222-1/+11
| * - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+1
| * Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).Ilia Alshanetsky2010-12-123-2/+70
| * Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)Ilia Alshanetsky2010-12-123-1/+35
| * - Fixed the filter extension accepting IPv4 octets with a leading 0 as thatGustavo André dos Santos Lopes2010-11-082-30/+67
| * Fix bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with largeAdam Harvey2010-09-272-0/+23