summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-316-6/+6
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix testsAntony Dovgal2007-05-181-0/+2
* fix testsAntony Dovgal2007-05-183-0/+6
* fix test namesAntony Dovgal2007-05-071-1/+1
* Fixed ext/filter Email Validation VulnerabilityIlia Alshanetsky2007-05-032-1/+12
* fix testsAntony Dovgal2007-04-263-0/+6
* fix testAntony Dovgal2007-04-201-2/+2
* Fixed tests (win32)Dmitry Stogov2007-04-182-11/+11
* - #40947, allow a single filter as argument for filter_var_arrayPierre Joye2007-04-041-4/+8
* Fix testRasmus Lerdorf2007-02-241-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-016-6/+6
* Simplify code and change strchr() to memchr()Ilia Alshanetsky2006-12-311-7/+4
* Fixes test #50Ilia Alshanetsky2006-12-301-0/+3
* Code review:Dmitry Stogov2006-12-2612-403/+501
* fixed ZTS buildIlia Alshanetsky2006-12-201-1/+1
* Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc).Ilia Alshanetsky2006-12-203-15/+30
* - Fixed the validate email filter so that the letter "v" can also be used inDerick Rethans2006-12-201-1/+1
* add missing SKIPIF sectionsAntony Dovgal2006-12-1945-3/+93
* Cleanup & optimize php_filter_encode_url()Ilia Alshanetsky2006-12-181-15/+35
* Less hackish support for spaces at the start of tags within strip_tags()Ilia Alshanetsky2006-12-181-1/+1
* Fixed bugs with trimming of spacesIlia Alshanetsky2006-12-184-24/+49
* Filter fixes:Ilia Alshanetsky2006-12-184-55/+333
* Fix buildHannes Magnusson2006-12-171-1/+6
* Fixed bug #39846 (Invalid IPv4 treated as valid).Ilia Alshanetsky2006-12-162-66/+41
* Fixed handling of multiple cookies with the same name.Ilia Alshanetsky2006-12-092-0/+42
* Fixed testsIlia Alshanetsky2006-12-092-59/+51
* Fixed testIlia Alshanetsky2006-12-091-8/+2
* Fixed bug #39763 (magic quotes are applied twice by ext/filter inIlia Alshanetsky2006-12-082-1/+16
* revert the fix for #39763Antony Dovgal2006-12-081-0/+2
* MFH: fix #39763 (magic quotes are applied twice by ext/filter)Antony Dovgal2006-12-071-2/+0
* MFHAntony Dovgal2006-12-051-5/+1
* Fixed bug #39724 (Broken build due to spl/filter usage of pcre extension).Ilia Alshanetsky2006-12-051-46/+2
* - MFH: invalid filter id should not return unsafe valuesPierre Joye2006-12-054-50/+58
* - MFH: callback testPierre Joye2006-12-041-0/+12
* - default filter is not string anymore (in comment)Pierre Joye2006-12-041-7/+7
* - MFH: init tmp varPierre Joye2006-12-041-0/+1
* Added "default" option that allows a default value to be set for an invalidIlia Alshanetsky2006-12-031-1/+21
* add new testAntony Dovgal2006-11-201-0/+43
* MFH: improve the fix and the testAntony Dovgal2006-11-132-2/+41
* MFHAntony Dovgal2006-11-131-0/+2
* new testAntony Dovgal2006-11-131-0/+102
* Fixed pecl bug #9179 (phpversion("filter") shows wrong version).Ilia Alshanetsky2006-11-101-1/+1
* fix test for non English guysNuno Lopes2006-11-091-0/+5
* fix an invalid read + invalid free()Nuno Lopes2006-11-091-3/+2
* Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference toIlia Alshanetsky2006-11-031-1/+1
* MFH: Fixed a possible crash when callback function returns a non-modifiedIlia Alshanetsky2006-11-031-3/+4
* fix testAntony Dovgal2006-10-171-1/+1
* Unify handling of return values on validation failure and var not foundIlia Alshanetsky2006-10-1717-148/+164