summaryrefslogtreecommitdiff
path: root/php_suhosin7.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-22 16:35:13 +0100
committerBen Fuhrmannek2016-02-22 16:35:13 +0100
commitdbe536b85203b442caf19786799d7ac3eddc2847 (patch)
tree1ec0208fc3a1cb778d753f044dc34fbb8664c2ec /php_suhosin7.h
parent759139184a4e322c561de889484f7de3d181756f (diff)
perdir + zstr checks
Diffstat (limited to 'php_suhosin7.h')
-rw-r--r--php_suhosin7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_suhosin7.h b/php_suhosin7.h
index 3af6de6..894452d 100644
--- a/php_suhosin7.h
+++ b/php_suhosin7.h
@@ -279,7 +279,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin7)
279 279
280 280
281 /* PERDIR Handling */ 281 /* PERDIR Handling */
282 char *perdir; 282 // char *perdir;
283 zend_bool log_perdir; 283 zend_bool log_perdir;
284 zend_bool exec_perdir; 284 zend_bool exec_perdir;
285 zend_bool get_perdir; 285 zend_bool get_perdir;