diff options
author | Stanislav Malyshev <stas@php.net> | 2018-11-29 00:47:07 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-12-03 14:36:45 +0100 |
commit | 3a144d3f7f6bad308e2bf112ebf16829eb298f20 (patch) | |
tree | 3b7b5946292ac0c04bd64e14a484edd65d1a76cc /ext/imap/php_imap.h | |
parent | bf36d811f15f0618b3a5f711bf6654bd088a0071 (diff) | |
download | php-git-3a144d3f7f6bad308e2bf112ebf16829eb298f20.tar.gz |
Disable rsh/ssh functionality in imap by default (bug #77153)
(cherry picked from commit 05782f01f5d179187798551e901d06d2c621bdae)
(cherry picked from commit 3f165e8ca3dd8914e50dfebdd48a75a4027f0058)
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 |