I have PHP 5.3 running, but for few reasons I am trying to remove php-libxml
from the php modules.
Is it possible to do this? Or else I need to recompile and install the PHP again from scratch without including the mentioned PHP module?
On ubuntu you could try (from command line):
phpdismod libxml
(or php5dismod libxml
depending of your installation)