Searched defs:safe_mode (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/main/ |
| H A D | php_globals.h | 61 zend_bool safe_mode; member in struct:_php_core_globals
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | php_apache.c | 47 static void apache_table_to_zval(table *, int safe_mode, zval *return_value); 1686 if (env[i].key && (!PG(safe_mode) || (PG(safe_mode) && strncasecmp(env[i].key, "authorization", 13)))) { 1754 /* {{{ apache_table_to_zval(table *, int safe_mode, zval *return_value) 1756 static void apache_table_to_zval(table *t, int safe_mode, zval *return_value) argument 1767 (safe_mode && !strncasecmp(tenv[i].key, "authorization", 13))) { 1792 apache_table_to_zval(((request_rec *)SG(server_context))->headers_in, PG(safe_mode), return_value);
|
Completed in 5 milliseconds