summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+1
* - 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
* - fix ts build (zend_list_insert change)Pierre Joye2010-09-171-1/+1
* Removed useless copyingDmitry Stogov2010-08-261-9/+1
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* Removed register_globalsKalle Sommer Nielsen2010-04-211-7/+2
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-6/+6
* Added explanatory comments to filter_input and filter_input_array to documentAdam Harvey2010-04-201-0/+12
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-151-1/+1
* Fix testsRasmus Lerdorf2010-04-022-4/+4
* Update the FILTER_VALIDATE_EMAIL filter to fix bug #49576Rasmus Lerdorf2010-04-021-2/+25
* Add new full_special_chars filter to testsRasmus Lerdorf2010-04-012-7/+11
* Fix FILTER_VALIDATE_URL - Host names can't start with '.' or '-'Rasmus Lerdorf2010-03-311-0/+5
* Added the full htmlspecialchars() functionality which includes utf-8Rasmus Lerdorf2010-03-314-1/+26
* Detect overflows before they occur in the filter extension (bug #51023)Raphael Geissert2010-03-062-21/+50
* Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that inclu...Adam Harvey2010-03-032-1/+14
* Added test case for bug #50632Ilia Alshanetsky2010-01-051-0/+11
* Fixed bug #50632 (filter_input() does not return default value if the variabl...Ilia Alshanetsky2010-01-031-1/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-036-6/+6
* Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.Ilia Alshanetsky2009-12-241-0/+23
* - Fix testJani Taskinen2009-12-141-0/+1
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-24/+8
* Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension.Ilia Alshanetsky2009-12-073-0/+3
* When Ilia fixed bug #49470 and removed the '/' as a validRasmus Lerdorf2009-11-231-1/+1
* - Improve testFelipe Pena2009-11-151-0/+4
* - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containi...Felipe Pena2009-11-152-1/+20
* Fixed testsDmitry Stogov2009-09-211-1/+1
* Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).Ilia Alshanetsky2009-09-071-1/+1
* - fix #49274, filter_var does not accept object without a toString implementa...Pierre Joye2009-09-052-0/+23
* - let try to be smart, read the bug report....Pierre Joye2009-07-181-1/+1
* Adding explanationZoe Slattery2009-07-181-0/+2
* removing empty XFAIL sectionsZoe Slattery2009-07-181-1/+0
* - MFH: Fixed bug #48762 (IPv6 address filter still rejects valid address)Felipe Pena2009-07-162-7/+16
* MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mailIlia Alshanetsky2009-07-072-3/+11
* MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domainIlia Alshanetsky2009-07-052-2/+4
* - MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)Felipe Pena2009-06-102-3/+3