From 065a10808f4ed6c59b861b3ba835d2a00c9eed9e Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 8 May 2006 15:42:47 +0000 Subject: [PATCH] - set unsafe_raw as default, will be set back to string for php6. 5. will use unsafe_raw. Discusses optimizations are coming. --- ext/filter/filter_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/filter/filter_private.h b/ext/filter/filter_private.h index a64ac40900..ea44775032 100644 --- a/ext/filter/filter_private.h +++ b/ext/filter/filter_private.h @@ -62,7 +62,7 @@ #define FILTER_VALIDATE_ALL 0x0100 -#define FILTER_DEFAULT 0x0201 +#define FILTER_DEFAULT 0x0204 #define FILTER_UNSAFE_RAW 0x0204 #define FILTER_SANITIZE_STRING 0x0201 -- 2.50.1