I found a small bug when you use Easy Apache to upgrade PHP to PHP 5.4.17 from PHP 5.3.x.
Everything seems to work fine until like a few hours after the upgrade was done.
Then I noticed that disk space was being eating up faster. I then looked into the matter and found in almost every website in the /home had an error_log file that gets big fast.
So in this error_log file revealed the problem.
Since these 2 PHP extensions below does not work and/or are not needed and/or moved in PHP 5.4.17 for some reason these 2 extensions below are not removed from the php.ini file.
suhosin.so
sqlite.so
So you can comment them out or remove them in the php.ini file and restart Apache. I removed them myself.
To be on the safe side and verify that things will still work, I recompiled again using Easy Apache.
Now seems to be no more error_logs being generated now in the /home partition.
Something for cPanel to look at.
Everything seems to work fine until like a few hours after the upgrade was done.
Then I noticed that disk space was being eating up faster. I then looked into the matter and found in almost every website in the /home had an error_log file that gets big fast.
So in this error_log file revealed the problem.
Since these 2 PHP extensions below does not work and/or are not needed and/or moved in PHP 5.4.17 for some reason these 2 extensions below are not removed from the php.ini file.
suhosin.so
sqlite.so
So you can comment them out or remove them in the php.ini file and restart Apache. I removed them myself.
To be on the safe side and verify that things will still work, I recompiled again using Easy Apache.
Now seems to be no more error_logs being generated now in the /home partition.
Something for cPanel to look at.