summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/php_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-01-15 22:00:15 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-01-15 22:00:15 +0100
commit8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e (patch)
tree3dd9f08f31f4c1fb513119a57f4ff33a45b51556 /doc/de/autogen/user/php_options.adoc
parent21e63e7958c499b79a63612d7344ad4d53bd4284 (diff)
downloadweechat-8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.zip
scripts: add option "eval_keep_context" in script plugins
Diffstat (limited to 'doc/de/autogen/user/php_options.adoc')
-rw-r--r--doc/de/autogen/user/php_options.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/autogen/user/php_options.adoc b/doc/de/autogen/user/php_options.adoc
index 50697fc3f..84669ccf2 100644
--- a/doc/de/autogen/user/php_options.adoc
+++ b/doc/de/autogen/user/php_options.adoc
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
+
+* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
+** Beschreibung: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
+** Typ: boolesch
+** Werte: on, off
+** Standardwert: `+on+`