summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-7/+0
* Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured asArnaud Le Blanc2008-11-022-1/+23
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+7
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-7/+0
* MFB: Fixed bug #46343 (IPv6 address filter accepts invalid address)Ilia Alshanetsky2008-10-201-0/+3
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Allow filters to work on INPUT_SERVER in CLI (bug #44779)Arnaud Le Blanc2008-07-241-0/+8
* support for closuresDmitry Stogov2008-07-171-0/+14
* MFB: Added arginfoFelipe Pena2008-06-241-7/+51
* - Fixed tests (unicode results, UEXPECT, line endings)Felipe Pena2008-06-134-24/+24
* - killed off UEXPECTSteph Fox2008-05-271-15/+1
* - Fixed testFelipe Pena2008-04-151-2/+2
* MFB: Bug #44445 (email validator does not handle domains starting/endingIlia Alshanetsky2008-03-182-1/+13
* New way for check void parametersFelipe Pena2008-03-041-2/+2
* New testFelipe Pena2008-02-241-0/+15
* MFB: Fixed segfault in filter extension when using callbacks.Felipe Pena2008-02-241-1/+1
* - Add test for the "modifying original array" bugJani Taskinen2008-02-061-0/+73
* wsJani Taskinen2008-02-061-7/+7
* - Fixed bug in handling arrays which caused the original array being modified...Jani Taskinen2008-02-061-2/+3
* MFB: const keywordingNuno Lopes2008-01-251-2/+2
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-316-6/+6
* - Fix compiler warningsJani Taskinen2007-09-281-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFBIlia Alshanetsky2007-05-291-0/+11
* MFBIlia Alshanetsky2007-05-291-1/+1
* fix testsAntony Dovgal2007-05-181-0/+2
* fix testsAntony Dovgal2007-05-183-0/+6
* fix test namesAntony Dovgal2007-05-071-1/+1
* fix testsAntony Dovgal2007-04-263-0/+6
* fix testAntony Dovgal2007-04-201-2/+2
* Fixed tests (win32)Dmitry Stogov2007-04-182-11/+11
* - MFB: #40947, allow a single filter as argument for filter_var_arraPierre Joye2007-04-041-4/+8
* Bump year.Sebastian Bergmann2007-01-016-6/+6
* MFB: Simplify code and change strchr() to memchr()Ilia Alshanetsky2006-12-311-7/+4
* MFB: Fixes test #50Ilia Alshanetsky2006-12-301-0/+3
* Code review:Dmitry Stogov2006-12-2612-403/+501
* Fixed zts buildIlia Alshanetsky2006-12-201-1/+1
* MFB: Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc).Ilia Alshanetsky2006-12-203-15/+30
* - Fixed the regexp so that the letter "v" also works.Derick Rethans2006-12-201-1/+1
* add missing SKIPIF sectionsAntony Dovgal2006-12-1945-2/+92
* MFB: Cleanup & optimize php_filter_encode_url()Ilia Alshanetsky2006-12-181-15/+35
* MFB: Less hackish support for spaces at the start of tags withinIlia Alshanetsky2006-12-181-1/+1
* MFB: Fixed bugs with trimming of spacesIlia Alshanetsky2006-12-184-24/+49
* MFB: Filter fixes:Ilia Alshanetsky2006-12-184-55/+333
* MFB: fix buildHannes Magnusson2006-12-171-1/+6
* MFB: Fixed bug #39846 (Invalid IPv4 treated as valid).Ilia Alshanetsky2006-12-162-66/+41
* MFB:Ilia Alshanetsky2006-12-092-0/+42
* MFB: Fixed testsIlia Alshanetsky2006-12-092-59/+51
* MFB: fixed testIlia Alshanetsky2006-12-091-8/+2