diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-05-10 21:23:46 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-05-10 21:23:46 +0000 |
commit | 2f537ad0ffefdf58ca6e34876ee3eb8b9c752654 (patch) | |
tree | 1607aaefad8af55e889e8bb5512c55c8525687f5 | |
parent | b85eb277fc037bf3132da636602b1689e523dba6 (diff) | |
download | php-git-2f537ad0ffefdf58ca6e34876ee3eb8b9c752654.tar.gz |
MFB filter defines
-rw-r--r-- | main/php_variables.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |