diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-05-10 21:10:45 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-05-10 21:10:45 +0000 |
commit | cbb11e018a4aad1693adf81f5e85de77cb1e2438 (patch) | |
tree | e6f517e4d3c0078ea8367ae02988ecf21852d965 /main/php_variables.h | |
parent | 5efe53c596a25a5c98cc42dca3bf326a33472fc0 (diff) | |
download | php-git-cbb11e018a4aad1693adf81f5e85de77cb1e2438.tar.gz |
Now that ext/filter is bundled, we should be defining these in one place
Diffstat (limited to 'main/php_variables.h')
-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 d315df70ea..b3d82dfd9f 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_startup_auto_globals(TSRMLS_D); |