From 2f537ad0ffefdf58ca6e34876ee3eb8b9c752654 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 10 May 2006 21:23:46 +0000 Subject: [PATCH] MFB filter defines --- main/php_variables.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/php_variables.h b/main/php_variables.h index dc183d91f7..29f957e3fc 100644 --- a/main/php_variables.h +++ b/main/php_variables.h @@ -29,6 +29,9 @@ #define PARSE_GET 1 #define PARSE_COOKIE 2 #define PARSE_STRING 3 +#define PARSE_ENV 4 +#define PARSE_SERVER 5 +#define PARSE_SESSION 6 BEGIN_EXTERN_C() void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC); -- 2.50.1