How can I get php to parse xml files when I'm running PHP as a module in Apache?
I thought of doing this:
Action application/x-httpd-php "/php/php.exe --with-xml"
but i read this from install.txt
Note, we consider installing PHP like this suicidal.
well, I tried anyway but it wouldn't even compile normal php files. Can someone help, please?