rasmus          Wed May 10 21:10:46 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/main       php_variables.h 
  Log:
  Now that ext/filter is bundled, we should be defining these in one place
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_variables.h?r1=1.22.2.3&r2=1.22.2.3.2.1&diff_format=u
Index: php-src/main/php_variables.h
diff -u php-src/main/php_variables.h:1.22.2.3 
php-src/main/php_variables.h:1.22.2.3.2.1
--- php-src/main/php_variables.h:1.22.2.3       Wed Mar  8 08:43:25 2006
+++ php-src/main/php_variables.h        Wed May 10 21:10:45 2006
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_variables.h,v 1.22.2.3 2006/03/08 08:43:25 mike Exp $ */
+/* $Id: php_variables.h,v 1.22.2.3.2.1 2006/05/10 21:10:45 rasmus Exp $ */
 
 #ifndef PHP_VARIABLES_H
 #define 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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to