diff options
author | Dmitry Stogov <dmitry@php.net> | 2009-10-05 13:56:49 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2009-10-05 13:56:49 +0000 |
commit | ffb07732f7418d78d74454a7850d358f95753a23 (patch) | |
tree | 42c46d1f3eeb7beae24ca44530d2e7cceaf2a85b /main/php_globals.h | |
parent | 8172c388b095e1579bf53098ae57ccab02a92319 (diff) | |
download | php-git-ffb07732f7418d78d74454a7850d358f95753a23.tar.gz |
Fixed bug #49627 (error_log to specified file does not log time according to date.timezone)
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 64b2f734a9..646c761648 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -168,6 +168,8 @@ struct _php_core_globals { zend_bool mail_x_header; char *mail_log; + + zend_bool in_error_log; }; |