- Code: Select all
zend_monitor_ui.enabled=0
in ZendServer/etc/cfg/monitor_ui.ini, deleted 'monitor_ui' from zem_order.
Still it is loaded and enabled (according to php.exe -v)
and each time a php-cgi script starts, it gives the following line in a log
- Code: Select all
[Monitor UI 14.01.2013 01:15:01 SYSTEM] Zend Monitor UI is disabled in CLI/CGI run...
The only way I found to disable it is to rename the folder, but this is kinda dirty. Is there a proper way?

