The last several times I rebuilt PHP and Apache, a number of PHP errors suddenly appeared. I traced this down to duplicate entries in the php.ini. Specifically, the Unix and Windows sections for enabling the IonCube loader and suhosin.so were both active, which caused an error when the second one was encountered in the php.ini file. Commenting out the Windows entries fixed the problem. The question is: why does this error now occur? How do I stop this from happening? It sounds to me like there is an error in EasyApache regarding the update of the /usr/local/lib/php.ini file, but I don't see any recent posts about this issue.