I'm just new in php programming.. I would like to know on how I can install php with XML parsing support..?
by default --with-xml is ran when you compile, or you can specify it as I did here.
do ./configure --help for all the options.
thanks!