mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
php: set php_quiet to 1 during plugin initialization
This commit is contained in:
@@ -1139,7 +1139,9 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
|
||||
PG(report_zend_debug) = 0; /* Turn off --enable-debug output */
|
||||
|
||||
php_quiet = 1;
|
||||
plugin_script_init (weechat_php_plugin, argc, argv, &init);
|
||||
php_quiet = 0;
|
||||
|
||||
plugin_script_display_short_list (weechat_php_plugin,
|
||||
php_scripts);
|
||||
|
||||
Reference in New Issue
Block a user