diff options
| author | Stanislav Malyshev <stas@php.net> | 2018-11-18 17:10:43 -0800 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2018-11-20 11:21:29 -0800 |
| commit | d4797f836e9bea6f0ffa1908a2ea5a3f258adc65 (patch) | |
| tree | d062df7b35c7b578c76dbd24f305cde59f0e6cb5 /ext/imap/php_imap.h | |
| parent | 05875bcfc698a8b693679306d3cc59ed3995523d (diff) | |
| download | php-git-d4797f836e9bea6f0ffa1908a2ea5a3f258adc65.tar.gz | |
Disable rsh/ssh functionality in imap by default (bug #77153)
Diffstat (limited to 'ext/imap/php_imap.h')
| -rw-r--r-- | ext/imap/php_imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index 1a086c4ea3..6e5cfdb31c 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -229,6 +229,7 @@ ZEND_BEGIN_MODULE_GLOBALS(imap) #endif /* php_stream for php_mail_gets() */ php_stream *gets_stream; + zend_bool enable_rsh; ZEND_END_MODULE_GLOBALS(imap) #ifdef ZTS |
