This patch makes Zabbix 1.1 beta1 more compatible with PHP5. It makes use of pass by reference correctly. For more detail see: http://lt.php.net/language.references.pass
James Wells
12-10-2005, 22:46
This patch makes Zabbix 1.1 beta1 more compatible with PHP5. It makes use of pass by reference correctly. For more detail see: http://lt.php.net/language.references.pass
Not sure, but that patch should work on PHP4 and PHP5. I know for a fact that it will fail on PHP3, but then the Zabbix UI doesn't work correctly on PHP3 anyway.
Yes. Pass by reference was corrected in 4.0.4 (or so), and became compulsory in 5.0.x. So it will not work on versions below 4.0.4. But who uses php3 nowadays anyway?