rasmus Wed May 10 21:23:46 2006 UTC
Modified files:
/php-src/main php_variables.h
Log:
MFB filter defines
http://cvs.php.net/viewcvs.cgi/php-src/main/php_variables.h?r1=1.26&r2=1.27&diff_format=u
Index: php-src/main/php_variables.h
diff -u php-src/main/php_variables.h:1.26 php-src/main/php_variables.h:1.27
--- php-src/main/php_variables.h:1.26 Thu Mar 2 13:12:45 2006
+++ php-src/main/php_variables.h Wed May 10 21:23:46 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_variables.h,v 1.26 2006/03/02 13:12:45 dmitry Exp $ */
+/* $Id: php_variables.h,v 1.27 2006/05/10 21:23:46 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_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php