summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorStefan Esser2014-02-11 16:45:02 +0100
committerStefan Esser2014-02-11 16:45:02 +0100
commit3142dc0b525675616a9c1521053c9d5ddfe71108 (patch)
tree6fbfb5456d2b8e79bf31fde455722d77597f59c0 /php_suhosin.h
parent65c1c61cc3360337a58ea0359dc48f45127ca2d6 (diff)
Adapt suhosin to lots of changes in PHP 5.5 executor
Diffstat (limited to 'php_suhosin.h')
-rw-r--r--php_suhosin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h
index 7f3349c..90c588a 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -285,6 +285,7 @@ ZEND_END_MODULE_GLOBALS(suhosin)
285#define S_MAIL (1<<7L) 285#define S_MAIL (1<<7L)
286#define S_SESSION (1<<8L) 286#define S_SESSION (1<<8L)
287#define S_INTERNAL (1<<29L) 287#define S_INTERNAL (1<<29L)
288#define S_GETCALLER (1<<30L)
288#define S_ALL (S_MEMORY | S_VARS | S_INCLUDE | S_FILES | S_MAIL | S_SESSION | S_MISC | S_SQL | S_EXECUTOR) 289#define S_ALL (S_MEMORY | S_VARS | S_INCLUDE | S_FILES | S_MAIL | S_SESSION | S_MISC | S_SQL | S_EXECUTOR)
289#endif 290#endif
290 291