I compiled Zabbix from source and installed it on my Linux server. I installed the Windows agent (from binary distribution) on a windows server. Everything works properly.
However, I found a compatibility issue:
Zabbix requires a flag to be set in php.ini that allows string functions to be overloaded with a multibyte method.
This is a feature in PHP that is currently not viewed as being 100% stable (see here http://php.net/manual/en/mbstring.overload.php).
The real problem is that PHPmyAdmin warns that it is not compatible with overloaded multibyte functions and warns that data may be corrupted.
Consequently I have commented out the flag, shut Zabbix down, restarted Apache, and checked that PHPmyAdmin is not throwing out warnings.
Is there a version of Zabbix that only uses stable PHP distribution code?
However, I found a compatibility issue:
Zabbix requires a flag to be set in php.ini that allows string functions to be overloaded with a multibyte method.
This is a feature in PHP that is currently not viewed as being 100% stable (see here http://php.net/manual/en/mbstring.overload.php).
The real problem is that PHPmyAdmin warns that it is not compatible with overloaded multibyte functions and warns that data may be corrupted.
Consequently I have commented out the flag, shut Zabbix down, restarted Apache, and checked that PHPmyAdmin is not throwing out warnings.
Is there a version of Zabbix that only uses stable PHP distribution code?