-
Incident report
-
Resolution: Fixed
-
Trivial
-
1.9.8 (beta)
-
None
When trying to use the Zabbix classes in another project which uses an autoloader, this fails because zabbix is overwriting any autoloaders by implementing __autoload.
Since __autoload is deprecated, I refactored the autoloader to use spl_autoload_register. See the attached patch.