]> granicus.if.org Git - php/commitdiff
Now that ext/filter is bundled, we should be defining these in one place
authorRasmus Lerdorf <rasmus@php.net>
Wed, 10 May 2006 21:10:45 +0000 (21:10 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 10 May 2006 21:10:45 +0000 (21:10 +0000)
main/php_variables.h

index d315df70ea4386eeb948956f7872d50e720c2019..b3d82dfd9ff921e799e48966add1ab3adb64c633 100644 (file)
@@ -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);