When trying to run install PHP all I get is a fair few depreciated errors and then finally an error regarding memory (I would have thought 200M of RAM for PHP would have been more than sufficient).
Code: Select all
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Function ereg_replace() is deprecated in /data/htdocs/cacti/include/global.php on line 89
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Function ereg_replace() is deprecated in /data/htdocs/cacti/include/global.php on line 90
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 866
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 872
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 1183
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 1961
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 3027
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 3592
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 3667
[Mon Jun 14 21:20:26 2010] [error] [client 192.168.1.6] PHP Deprecated: Assigning the return value of new by reference is deprecated in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 3687
[Mon Jun 14 21:20:39 2010] [error] [client 192.168.1.6] PHP Fatal error: Allowed memory size of 209715200 bytes exhausted (tried to allocate 261900 bytes) in /data/htdocs/cacti/lib/adodb/adodb.inc.php on line 833
MTG